apisix-helm-chart
apisix-helm-chart copied to clipboard
feat: add admission configuration for APISIX Ingress controller
Related: https://github.com/apache/apisix-helm-chart/issues/289
@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 seems to resolve the mistakes? Thanks!
- k8s setup with kind, ubuntu 20.04
helm install apisix apisix/apisix --create-namespace --namespace ingress-apisix --set admin.allow.ipList="" --set gateway.type=NodePorthelm install apisix-ingress-controller --namespace ingress-apisix --set config.logLevel=debugkubectl run httpbin --image kennethreitz/httpbin --port 80 && kubectl expose pod httpbin --port 80kubectl apply -f httpbin-ingress.yaml