-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.21
-
None
Description of problem:
Manila CSI driver operator creates controller in a custom namespace "openshift-manila-csi-driver". It must also create NetworkPolicies in this namespace corresponding to labels from https://github.com/openshift/csi-operator/pull/409. (see slack thread: https://redhat-internal.slack.com/archives/GK0DA0JR5/p1756795485116629)
Version-Release number of selected component (if applicable):
4.20.z, 4.21
How reproducible:
Always
Steps to Reproduce:
$ oc -n openshift-manila-csi-driver get networkpolicies.networking.k8s.io No resources found in openshift-manila-csi-driver namespace.
Actual results:
No network polices in openshift-manila-csi-driver namespace
Expected results:
Four network polices in openshift-manila-csi-driver namespace (with labels: openshift.storage.network-policy.all-egress, openshift.storage.network-policy.api-server, openshift.storage.network-policy.dns, openshift.storage.network-policy.metrics-range)
Additional info:
- links to