You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subcommand tests MutatingAdmissionWebhook and ValidatingAdmissionWebhook. After deploying
509
-
it to kubernetes cluster, administrator needs to create a ValidatingWebhookConfiguration
510
-
in kubernetes cluster to register remote webhook admission controllers.
507
+
it to kubernetes cluster, administrator needs to create a MutatingWebhookConfiguration or
508
+
ValidatingWebhookConfiguration in kubernetes cluster to register remote webhook admission controllers.
511
509
512
-
TODO: add the reference when the document for admission webhook v1beta1 API is done.
510
+
More details on the configuration can be found from here [Dynamic Admission Control](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/).
513
511
514
512
Check the [MutatingAdmissionWebhook](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#mutatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) and [ValidatingAdmissionWebhook](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#validatingwebhookconfiguration-v1beta1-admissionregistration-k8s-io) documentations for more information about them.
0 commit comments