zenglongfeng opened a new issue #809:
URL: https://github.com/apache/apisix-ingress-controller/issues/809
### Issue description
kubectl apply -f some_apisix_route.yaml does not take effect
When I want to add a virtual host to the hosts field, and I execute
kubeapply -f some_apisix_route.yaml at the same time, it will not take effect,
but kubectl delete -f some_apisix_route.yaml && kubectl create -f
some_apisix_route.yaml will have no problem.
### Environment
- your apisix-ingress-controller version (output of
apisix-ingress-controller version --long):
Version: 1.3.0
Git SHA: no-git-module
Go Version: go1.13.8
Building OS/Arch: linux/amd64
Running OS/Arch: linux/amd64
- your Kubernetes cluster version (output of kubectl version):
1.20.11-aliyun.1
- if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (uname -a):
### Minimal test code / Steps to reproduce
1. Old configuration

2. New configuration

3. Execute the command kubectl apply -f some_apisixroute.yaml
### Actual result
access new hosts "uat-gateway.yyy.cn" response {"error_msg":"404 Route
Not Found"}
### Error log
no error log
### Expected result
_No response_
--
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]