wjx8382 commented on issue #356:
URL:
https://github.com/apache/apisix-ingress-controller/issues/356#issuecomment-821036181
> > @tokers After I tweak the `allow.ipList` in
`apisix-helm-chart/charts/apisix/values.yaml`,there are still errors.
> > ```
> > allow:
> > # The ip range for allowing access to Apache APISIX
> > ipList:
> > - 127.0.0.1/24
> > - 172.16.110.186
> > - 10.233.99.249
> > ```
> >
> >
> > apisix-ingress-controller logs
> > ```
> > 2021-04-16T14:31:58+08:00 warn apisix/upstream.go:113
upstream not found{"fullname": "tools_httpbin-85d57ddd75-wtmwh_80", "url":
"http://apisix-admin:9180/apisix/admin/upstreams/5e521191", "cluster": ""}
> > 2021-04-16T14:31:58+08:00 error state/builder.go:191 failed
to create upstream tools_httpbin-85d57ddd75-wtmwh_80: unexpected status code
403; error message: <html>
> > <head><title>403 Forbidden</title></head>
> > <body>
> > <center><h1>403 Forbidden</h1></center>
> > <hr><center>openresty</center>
> > </body>
> > </html>
> > ```
> >
> >
> > APISIX logs
> > ```
> > 10.233.99.249 - - [16/Apr/2021:06:31:45 +0000] apisix-admin:9180 "GET
/apisix/admin/upstreams/5e521191 HTTP/1.1" 404 39 0.000 "-"
"Go-http-client/1.1" - - - "http://apisix-admin:9180"
> > 10.233.99.249 - - [16/Apr/2021:06:31:58 +0000] apisix-admin:9180 "GET
/apisix/admin/upstreams/5e521191 HTTP/1.1" 404 39 0.002 "-"
"Go-http-client/1.1" - - - "http://apisix-admin:9180"
> > ```
>
> Are you sure the IP of apisix-ingress-controller is configured correctly?
I see that the IP in the APISIX log is the IP that I configured,and the
error before and after configuration is different.
--
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]