[cinder-csi-plugin] Remove redundant imagePullPolicy#1784
[cinder-csi-plugin] Remove redundant imagePullPolicy#1784k8s-ci-robot merged 3 commits intokubernetes:release-1.21from pagero:release-1.21
Conversation
Fixes: #1598 ...as done for cinder-csi-plugin chart version 1.4.x in: https://github.com/kubernetes/cloud-provider-openstack/pull/1602/files ...but now for cinder-csi-plugin chart version 1.3.x. Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>
|
Hi @MPV. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
|
/ok-to-test |
|
/test pull-cloud-provider-openstack-check |
|
/retest |
|
Build failed.
|
|
Build failed.
|
|
/retest |
|
Build failed.
|
|
/test pull-cloud-provider-openstack-check |
|
Build failed.
|
|
@jichenjc Any ideas? Seems this fails in other PRs too, for example as seen in #1775 (comment) |
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
/test pull-cloud-provider-openstack-check |
|
/retest |
|
Build failed.
|
|
Build failed.
|
|
🤷 |
|
@jichenjc Any idea on how to resolve the Do we need to backport the entire #1632 PR into the https://github.com/kubernetes/cloud-provider-openstack/tree/release-1.21 branch? |
|
Build failed.
|
|
I created #1791 as an attempt to cherry-pick #1632 into the |
|
Build failed.
|
|
Build failed.
|
|
Build failed.
|
|
@MPV The above jobs are not required for this PR, will override them. |
|
/override openlab/cloud-provider-openstack-acceptance-test-e2e-conformance |
|
@ramineni: Overrode contexts on behalf of ramineni: openlab/cloud-provider-openstack-acceptance-test-e2e-conformance, openlab/cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.19, openlab/cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.20, openlab/cloud-provider-openstack-multinode-csi-migration-test, openlab/cloud-provider-openstack-sanity-test-csi-cinder 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 kubernetes/test-infra repository. |
|
/override openlab/cloud-provider-openstack-test-occm |
|
@ramineni: Overrode contexts on behalf of ramineni: openlab/cloud-provider-openstack-test-occm 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 kubernetes/test-infra repository. |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lingxiankong 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 |
* [cinder-csi-plugin] Remove redundant imagePullPolicy Fixes: kubernetes#1598 ...as done for cinder-csi-plugin chart version 1.4.x in: https://github.com/kubernetes/cloud-provider-openstack/pull/1602/files ...but now for cinder-csi-plugin chart version 1.3.x. Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * Ran ./hack/update-gofmt.sh Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com> * Buffer os.Signal to avoid test error To fix test error: pkg/autohealing/cmd/root.go:81:3: misuse of unbuffered os.Signal channel as argument to signal.Notify As done in newer branches in: commit 043de59 / PR kubernetes#1632 Signed-off-by: Victor Sollerhed <victor.sollerhed@pagero.com>

What this PR does / why we need it:
Which issue this PR fixes(if applicable):
fixes #1598
...as done for cinder-csi-plugin chart version
1.4.xin: #1602...but now for cinder-csi-plugin chart version
1.3.x....to ensure a smooth upgrade for anyone else passing Kubernetes v1.21 before v1.22.
Special notes for reviewers:
Superseeds #1781 (which was accidentally closed).
Release note: