luolu7 opened a new issue, #1775: URL: https://github.com/apache/apisix-ingress-controller/issues/1775
### Issue description 在生产环境,apisix-ingress有时候出现更改了ingress中apisixroute资源文件 内容也更新了status也显示成功,但是并没有同步到apisix中,看日志发现有400报错  不知道这个400是为什么会出现的,同样的ar文件在其他环境测试没有问题,生产环境的网络到这个apisix admin也是通的,请教一下 ``` apiVersion: apisix.apache.org/v1 kind: ApisixRoute metadata: creationTimestamp: "2022-11-24T09:45:24Z" generation: 5 name: abc-h5-abc-abc namespace: abcd-abc resourceVersion: "172331657" uid: cf64aa3c-7c4c-789a-a7f5-afd2fa456123 spec: http: - backends: - serviceName: abcd-h5-abc-112 servicePort: 80 match: hosts: - abcd-h5.abc.abc paths: - /* name: abcd-h5-abc priority: 3 status: conditions: - lastTransitionTime: "2023-04-07T09:04:17Z" message: Sync Successfully reason: ResourcesSynced status: "True" type: ResourcesAvailable ``` 可以看到虽然status显示同步成功了,但是dashboard里面没有同步  ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long): 1.2.0 - your Kubernetes cluster version (output of kubectl version): 1.21.5 - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a):centos7.6 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
