-
Notifications
You must be signed in to change notification settings - Fork 46
OCPBUGS-61175: Create NetworkPolicy for Manila CSI driver #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
OCPBUGS-61175: Create NetworkPolicy for Manila CSI driver #424
Conversation
@mpatlasov: This pull request references Jira Issue OCPBUGS-61175, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mpatlasov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/jira refresh |
@mpatlasov: This pull request references Jira Issue OCPBUGS-61175, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
The operator needs permissions to publish and monitor NPs in the custom namespace `openshift-manila-csi-driver`. See openshift/csi-operator#424 for details.
/testwith openshift/csi-operator/main/e2e-openstack-manila-csi openshift/cluster-storage-operator#615 |
2 similar comments
/testwith openshift/csi-operator/main/e2e-openstack-manila-csi openshift/cluster-storage-operator#615 |
/testwith openshift/csi-operator/main/e2e-openstack-manila-csi openshift/cluster-storage-operator#615 |
/testwith openshift/csi-operator/main/e2e-openstack-manila-csi openshift/cluster-storage-operator#615 |
The operator needs permissions to publish and monitor NPs in the custom namespace `openshift-manila-csi-driver`. See openshift/csi-operator#424 for details.
/testwith openshift/csi-operator/main/e2e-openstack-manila-csi openshift/cluster-storage-operator#615 |
Manila csi driver controller pods reside in a custome namespace (`openshift-manila-csi-driver`). Hence, Manila csi driver operator must create NetworkPolicy for them expicitly.
c558a95
to
10f7c82
Compare
/retest-required |
@mpatlasov: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
and |
/hold My previous comment about outdated CSO image was red-herring. The latest fail of
This means that openshift/cluster-storage-operator#615 helped to standalone case, but not to hypershift one. Need to investigate why. |
/testwith openshift/csi-operator/main/hypershift-e2e-openstack-aws-csi-manila openshift/cluster-storage-operator#626 |
/testwith openshift/csi-operator/main/hypershift-e2e-openstack-aws-csi-manila openshift/cluster-storage-operator#626 |
/testwith openshift/csi-operator/main/hypershift-e2e-openstack-aws-csi-manila openshift/hypershift#6930 |
/testwith openshift/csi-operator/main/hypershift-e2e-openstack-aws-csi-manila openshift/hypershift#6930,openshift/cluster-storage-operator#626 |
/testwith openshift/csi-operator/main/hypershift-e2e-openstack-aws-csi-manila openshift/hypershift#6930 openshift/cluster-storage-operator#626 |
Manila csi driver controller pods reside in a custome namespace (
openshift-manila-csi-driver
). Hence, Manila csi driver operator must create NetworkPolicy for them expicitly.