-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
CSI: skip attach for non-attachable drivers #67955
CSI: skip attach for non-attachable drivers #67955
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. 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. 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
Needs 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: