-
Task
-
Resolution: Done
-
Major
-
None
-
None
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