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

MTT: Modify test case TestOpenShiftMonitoring to use network policy instead of disabling network policies

    XMLWordPrintable

Details

    Description

      More information in this DOC PR: https://github.com/openshift/openshift-docs/pull/61854/files

      Jacek is requesting to make a change in the test case to use this network policy instead of disable:

      apiVersion: networking.k8s.io/v1
      kind: NetworkPolicy
      metadata:
        name: user-workload-access
        namespace: bookinfo
      spec:
        ingress:
        - from:
          - namespaceSelector:
              matchLabels:
                network.openshift.io/policy-group: monitoring
        podSelector: {}
        policyTypes:
        - Ingress
      

      Attachments

        Activity

          People

            frherrer@redhat.com Francisco Herrera Lira
            frherrer@redhat.com Francisco Herrera Lira
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: