Hi in the guided exercise for Configure Network Policies, I noticed in the video it is suggested to use (boldface mine):
spec:
podSelector: {}
ingress:
- from:
- namespaceSelector:
matchLabels:
network.openshift.io/policy-group: ingress
but in the guide and also the solution directory it shows as (again boldface mine):
spec: podSelector: {}
ingress:
- from:
- namespaceSelector:
matchLabels:
policy-group.network.openshift.io/ingress: ""
are these effectively the same? Has one been deprecated? Thank you.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.