-
Task
-
Resolution: Done
-
Major
-
OSSM 2.6.0
-
None
-
False
-
None
-
False
-
-
After this change OSSM-6762, the Validatingwebhookconfigurations and Mutatingwebhookconfigurations are managed by OLM and not by our operator so they have different names as before.
Our must-gather image collect these resources
cluster-scoped-resources/admissionregistration.k8s.io/mutatingwebhookconfigurations/openshift-operators.servicemesh-resources.maistra.io.yaml cluster-scoped-resources/admissionregistration.k8s.io/validatingwebhookconfigurations/openshift-operators.servicemesh-resources.maistra.io.yaml
so if we still want to collect those resources, must-gather image needs an update to collects these new resources since the names were changed ( not openshift-operators.servicemesh-resources.maistra.io anymore, but, e.g. smcp.validation.maistra.io-<generated suffix>.yaml)
e.g. :
cluster-scoped-resources/admissionregistration.k8s.io/mutatingwebhookconfigurations/smcp.validation.maistra.io-*.yaml", cluster-scoped-resources/admissionregistration.k8s.io/mutatingwebhookconfigurations/smmr.validation.maistra.io-*.yaml", cluster-scoped-resources/admissionregistration.k8s.io/validatingwebhookconfigurations/smcp.validation.maistra.io-*.yaml", cluster-scoped-resources/admissionregistration.k8s.io/validatingwebhookconfigurations/smmr.validation.maistra.io-*.yaml", cluster-scoped-resources/admissionregistration.k8s.io/validatingwebhookconfigurations/smm.validation.maistra.io-*.yaml",
- is related to
-
OSSM-6817 MTT: Update TestMustGather with new must-gather container
- Closed
- mentioned on