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
running vSphere CSI node daemonset pods with hostNetwork true #1217
running vSphere CSI node daemonset pods with hostNetwork true #1217
Conversation
|
/approve |
|
/approve @divyenpatel can you trigger E2E pipelines? |
|
jtest block-vanilla |
|
Started Vanilla block pipeline... |
|
Started vanilla file pipeline... |
|
|
|
Started Vanilla file pre-checkin pipeline... Build Number: 53 |
|
|
Started Vanilla file pre-checkin pipeline... Build Number: 55 |
|
|
Started Vanilla file pre-checkin pipeline... Build Number: 56 |
|
|
All files share tests passed with this change. There was DNS issue in the fileshare setup, @marunachalam is fixing the pipeline by correcting After adding following in the core DNS config failed test cases passed. |
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.
/approve
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chethanv28, divyenpatel, SandeepPissay, xing-yang 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 |
What this PR does / why we need it:
This PR is configuring vSphere CSI Node DaemonSet Pod with
hostNetworktrue anddnsPolicyClusterFirstWithHostNet.This change is required to prevent vSAN file share volume (vSphere CSI
RWMvolume) from becoming inaccessible when vSphere CSI Node Daemon set pod restarts.Which issue this PR fixes
fixes #1216
Testing done:
Deployed vSphere CSI Driver node Daemonset Pod with this change, and confirmed volumes on the node are accessible after multiple restarts of the vSphere CSI Driver node Daemonset
Special notes for your reviewer:
Release note: