-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
Maistra TP sprint 3
Due to https://bugzilla.redhat.com/show_bug.cgi?id=1635918, the docs as written for enabling mutating and validating admission webhooks won't work under 3.11.
The workaround you'll have to use on 3.11, until the bugzilla referenced above is fixed, is to use something like:
admissionConfig: pluginConfig: MutatingAdmissionWebhook: configuration: apiVersion: apiserver.config.k8s.io/v1alpha1 kubeConfigFile: /dev/null kind: WebhookAdmission ValidatingAdmissionWebhook: configuration: apiVersion: apiserver.config.k8s.io/v1alpha1 kubeConfigFile: /dev/null kind: WebhookAdmission
The relevant change is the contents of the configuration sections.
- is related to
-
MAISTRA-54 Update OCP support to 3.11
- Closed
-
MAISTRA-78 Update community and product docs for 0.3.0
- Closed