Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-6814

Update must-gather to collect new validating/mutating webhook configurations

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • OSSM 2.6.0
    • OSSM 2.6.0
    • Maistra
    • None

      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",
      

              mabramov@redhat.com Mikhail Abramov
              mkralik@redhat.com Matej Kralik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: