NO-JIRA: enforce termination policy#28777
NO-JIRA: enforce termination policy#28777openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
| "openshift-cluster-csi-drivers": sets.NewString( | ||
| "containers[openstack-cinder-csi-driver-operator]", | ||
| "containers[azure-file-csi-driver-operator]", | ||
| "containers[shared-resource-csi-driver-operator]", | ||
| "containers[vmware-vsphere-csi-driver-operator]", | ||
| "containers[vsphere-webhook]", | ||
| "pods/kubevirt-csi-node", | ||
| "pods/nutanix-csi-controller", | ||
| "pods/nutanix-csi-node", | ||
| "pods/ibm-vpc-block-csi-controller", | ||
| "pods/ibm-vpc-block-csi-node", | ||
| "pods/powervs-block-csi-driver-operator", | ||
| ), |
There was a problem hiding this comment.
There was a problem hiding this comment.
I think this covers all of them except for kubevirt and nutanix:
openshift/cluster-storage-operator#470
openshift/vmware-vsphere-csi-driver-operator#231
openshift/ibm-vpc-block-csi-driver-operator#114
| "openshift-cluster-api": sets.NewString( | ||
| "pods/capa-controller-manager", | ||
| "pods/capi-controller-manager", | ||
| ), |
| "openshift-machine-api": sets.NewString( | ||
| "containers[machine-ipam-controller]", |
There was a problem hiding this comment.
Redirect to @rvanderp3 , PTAL at https://github.com/openshift-splat-team/machine-ipam-controller/pull/7 for the fix
| "openshift-cloud-controller-manager": sets.NewString( | ||
| "pods/aws-cloud-controller-manager", |
| "openshift-multus": sets.NewString( | ||
| "containers[multus-networkpolicy]", |
| "openshift-catalogd": sets.NewString( | ||
| "pods/catalogd-controller-manager", |
There was a problem hiding this comment.
@joelanford I think you're waiting on a tag for these.
|
@deads2k: This pull request explicitly references no jira issue. DetailsIn 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, neisw The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test all |
|
@deads2k: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
We're down to a few violations (first couple hundred fixed). This updates the test to prevent new ones from being added.