-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add admission configuration for APISIX Ingress controller #524
base: master
Are you sure you want to change the base?
Conversation
When you install APISIX using Helm, please use this command. It will deploy APISIX and APISIX Ingress controller and add some configurations.
|
apiVersion: admissionregistration.k8s.io/v1 | ||
kind: ValidatingWebhookConfiguration | ||
metadata: | ||
name: apisix-validation-webhooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a cluster level resource.
Multiple controllers may be installed in a cluster, requiring {{. Release. Namespace}}
for isolation
Webhook is not yet available, we need to wait for apache/apisix-ingress-controller#1355 merge and release |
Sorry for delay, so glad to wait for that feature release, i will sync with that pr if necessary, thanks~ |
@leowmjw Need to wait for release apisix-ingress-controller:1.7.0 |
Hi @AlinsRan any updates on this feature? The latest version is now 1.8.0 |
Related: #289
@tao12345666333 Excuse me, when i choose
admission.enabled: true
invalues.yaml
, occur some mistakes as shown below, i found apache/apisix-ingress-controller#1355 seems to resolve the mistakes? Thanks!helm install apisix apisix/apisix --create-namespace --namespace ingress-apisix --set admin.allow.ipList="" --set gateway.type=NodePort
helm install apisix-ingress-controller --namespace ingress-apisix --set config.logLevel=debug
kubectl run httpbin --image kennethreitz/httpbin --port 80 && kubectl expose pod httpbin --port 80
kubectl apply -f httpbin-ingress.yaml