wjx8382 commented on issue #356:
URL:
https://github.com/apache/apisix-ingress-controller/issues/356#issuecomment-818479508
> I found these routes were created by apisix-dashboard, just do not mix the
use of apisix-ingress-controller and manual configurations from
apisix-dashboard.
>
> Also, the route you pasted doesn't contain the one in the YAML
configuration:
>
> ```yaml
> # httpbin-route.yaml
> apiVersion: apisix.apache.org/v2alpha1
> kind: ApisixRoute
> metadata:
> name: httpserver-route
> spec:
> http:
> - name: rule1
> match:
> hosts:
> - local.httpbin.org
> paths:
> - /*
> backend:
> serviceName: httpbin-85d57ddd75-wtmwh
> servicePort: 80
> ```
I deleted those routes created by apisix-dashboard,then running`kubectl
apply -f httpbin-route.yaml -n tools`,routes still doesn't contain this route.
```{"node":{"key":"\/apisix\/routes","nodes":{},"dir":true},"action":"get","count":"1"}```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]