example-webhook-admission-controller icon indicating copy to clipboard operation
example-webhook-admission-controller copied to clipboard

An example of Kubernetes wehbook admission extension

Results 4 example-webhook-admission-controller issues
Sort by recently updated
recently updated
newest added

Hi, I have tried and edited the example successfully on Minikube. Then I switched to deployment instead of specifying pod by hand and it is not working anymore, is there...

Hi, There is a typo in admissionregistration. I know it is now registered via the code but somebody (like me) may find it useful. I fixed it here https://github.com/tivvit/example-webhook-admission-controller/tree/fix_admissionregistration but...

The issue I'm having with it is that it installs the admission controller service with a fixed `clusterIP: 10.0.0.231`. In the webhook code, the address resolver will resolve the webhook...

I get this when i try to run `make`: ``` Step 5 : RUN go install github.com/caesarxuchao/example-webhook-admission-controller ---> Running in 3bc033d3ffdd # github.com/caesarxuchao/example-webhook-admission-controller github.com/caesarxuchao/example-webhook-admission-controller/config.go:89: undefined: "github.com/caesarxuchao/example-webhook-admission-controller/vendor/k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1".ExternalAdmissionHookConfiguration The command '/bin/sh -c...