sakulali opened a new pull request, #524: URL: https://github.com/apache/apisix-helm-chart/pull/524
@tao12345666333 Excuse me, when i choose `admission.enabled: true` in `values.yaml` , occur some mistakes as shown below, i found [https://github.com/apache/apisix-ingress-controller/pull/1355](url) seems to resolve the mistakes? Thanks! 1. k8s setup with kind, ubuntu 20.04 2. `helm install apisix apisix/apisix --create-namespace --namespace ingress-apisix --set admin.allow.ipList="" --set gateway.type=NodePort` 3. `helm install apisix-ingress-controller --namespace ingress-apisix --set config.logLevel=debug` 4. `kubectl run httpbin --image kennethreitz/httpbin --port 80 && kubectl expose pod httpbin --port 80` 5. `kubectl apply -f httpbin-ingress.yaml`  -- 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]
