-
Notifications
You must be signed in to change notification settings - Fork 184
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
Remove vsphere credentials from csi node daemonset #96
Conversation
Hi @RaunakShah. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. 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. |
/assign @divyenpatel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/hold |
@RaunakShah manifest points to the older images which does not have this fix. Do we plan to cut new release on github for this change? @manojvs157 @SandeepPissay when can we cut a new release on github for this fix? This issue was reported by @misterikkit as well. |
Based on #86 it seems like there is a chicken-egg problem where the images can't be tagged and released until after the fix is merged. So there would need to be a follow-up PR to update the manifests? |
@RaunakShah Could you please describe details of testing you have performed to validate that this does not break the existing functionality? It will be nice if you can update it in the PR description. Thanks! |
Another issue for forward compatibility was also observed. Let's may be collect all must fix issues and then cut a release. @RaunakShah did you run this fix through topology aware testbed? |
@divyenpatel wow that completely went above me! I agree that we can cut a release after merging this and other known issues/enhancements like #72 |
@SandeepPissay @manojvs157 Let me post the logs (for topology and non-topology aware setups), somehow missed adding them to the description. |
@RaunakShah that sounds like a good idea. Let’s check-in the needed code without updating manifest. We will bump up images in the manifest and remove mounted config volume in the follow up PR. |
@divyenpatel can you take a look? |
/ok-to-test |
/lgtm |
/hold cancel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: divyenpatel, RaunakShah 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 |
add wrongly deleted lines from PR kubernetes-sigs#96
What this PR does / why we need it:
Changing the default to remove
csi-vsphere.conf
as a mounted volume to node daemonset. This is only needed for topology aware clusters.Also addressing an issue where the node daemonset would fail if this volume was not mounted.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #This PR addresses #95
Special notes for your reviewer:
Testing:
For non-topology aware setups:
Logs showing node daemonset can successfully register with kubelet
Create a PVC and POD
For topology aware setups:
Logs showing node daemonset can successfully register with kubelet
csinodes
CRD contains zone and region keysCreate PVC and Pod:
Release note: