New e2e test in 4.8: [sig-network] Netpol [LinuxOnly] NetworkPolicy between server and client should enforce ingress policy allowing any port traffic to a server on a specific protocol [Feature:NetworkPolicy] [Feature:UDP] [Suite:openshift/conformance/parallel] [Suite:k8s] This tests that kind: NetworkPolicy apiVersion: networking/v1 metadata: name: allow-tcp spec: podSelector: {} ingress: - ports: - protocol: TCP works. ie, "allow ingress on all TCP ports but not UDP" This is a dumb feature and we never bothered to implement it in either openshift-sdn or ovn-kubernetes but there's a test for it now and it's easy to fix so it's better to implement it than to keep skipping the test. (This needs to be fixed in both openshift-sdn and ovn-kubernetes, and then the e2e skip rules will need to updated in openshift/origin (for ovn-kubernetes) and openshift/kubernetes (for openshift-sdn).)
Verified this bug from https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_kubernetes/741/pull-ci-openshift-kubernetes-master-k8s-e2e-gcp/1392208012696883200/artifacts/k8s-e2e-gcp/openshift-kubernetes-e2e-test/build-log.txt
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438