CSI: skip attach for non-attachable drivers#67955
CSI: skip attach for non-attachable drivers#67955k8s-github-robot merged 6 commits intokubernetes:masterfrom
Conversation
17b5578 to
66dc7e8
Compare
|
/assign |
66dc7e8 to
f7f414f
Compare
|
Added e2e test |
f7f414f to
27d9913
Compare
27d9913 to
fc2ddd5
Compare
|
@saad-ali rebased and updated the PR. PTAL. |
|
/lgtm /assign @liggitt |
|
/approve |
|
/priority critical-urgent |
A/D controller and nodes need to watch CSIDrivers to know if they should send pod information in NodePublish.
So we don't instantiate a new lister in every SetUpAt() call.
96f483a to
d34a5bf
Compare
|
re-adding |
d34a5bf to
f1cef9b
Compare
|
@jsafrane: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
|
kops failures looks unrelated. /test pull-kubernetes-e2e-kops-aws |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: childsb, jsafrane, liggitt, saad-ali 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 |
|
/kind feature |
|
/milestone v1.12 |
|
Automatic merge from submit-queue (batch tested with PRs 68161, 68023, 67909, 67955, 67731). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. |
What this PR does / why we need it:
This is implementation of kubernetes/community#2523. CSI volumes that don't need attach/detach now don't need external attacher running.
WIP:
missing e2e test/sig storage
cc: @saad-ali @vladimirvivien @verult @msau42 @gnufied @davidz627
Release note: