tokers commented on issue #348:
URL:
https://github.com/apache/apisix-ingress-controller/issues/348#issuecomment-819195373
@sniper-xx It seems your APISIX cluster contains some other routes which
were not created by ingress-controller.
```json
{
"uris": [
"/user/*"
],
"methods": [
"GET",
"HEAD",
"POST",
"PUT",
"DELETE",
"OPTIONS",
"PATCH"
],
"hosts": [
"192.168.2.100"
],
"create_time": 1618294999,
"upstream": {
"pass_host": "pass",
"type": "roundrobin",
"timeout": {
"send": 6,
"connect": 6,
"read": 6
},
"nodes": [
{
"port": 8080,
"host": "192.168.2.1",
"weight": 1
}
]
},
"status": 1,
"id": "350250219385922931",
"update_time": 1618295054,
"name": "openresty-test"
}
```
--
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]