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

Kubernetes admission controller webhook example

Results 7 admission-controller-webhook-demo issues
Sort by recently updated
recently updated
newest added

I tested out with the Kubernetes version 1.23 and didn't work. Could you please check this? **Note: -** MutatingWebhookConfiguration API version has been changed "admissionregistration.k8s.io/v1beta1" to "admissionregistration.k8s.io/v1". Regards,

Hello! Thanks for prepare this example for me. I'm testing this on GKE and ran into this problem where the webhook service isn't reachable. ``` [root@gke-client-tf admission-controller-webhook-demo]# k create -f...

@misberner Could you share some examples of the validation webhook as well? I am looking for a sample code to block exec into the pod? Thanks in advance.

I think it'll be easier to "play" with that over time if it had a clean command in the Makefile that cleans all the resources it created at once. I...

Hi there, When I ran `deploy.sh`, it created the deployment but not the pod. `kubectl -n webhook-demo get events` ``` LAST SEEN TYPE REASON KIND MESSAGE 25m Warning FailedCreate ReplicaSet...

Updated API Version of the Kubernetes resource admissionregistration.k8s.io/ from v1beta1 to v1