-
Notifications
You must be signed in to change notification settings - Fork 199
reduce replica of vsphere-csi-controller and vsphere-csi-webhook to two #3478
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
reduce replica of vsphere-csi-controller and vsphere-csi-webhook to two #3478
Conversation
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #76 |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-TKG Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
SUCCESS --- Jenkins Build #84 |
FAILED --- Jenkins Build #245 |
Triggering CSI-TKG Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #246 |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #97 |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #105 |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #111 |
ok-to-test-wcp |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #121 |
FAILED --- Jenkins Build #122 |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #140 |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
Triggering CSI-WCP Pre-checkin Pipeline for this PR... Job takes approximately an hour to complete |
FAILED --- Jenkins Build #145 |
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.
Pipeline to replace yamls is in works. Based on the manual testing results, merging this PR.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chethanv28, divyenpatel 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 reducing replica of vSphere CSI controller and vSphere CSI webhook to two.
This PR also sync
manifests/supervisorcluster/1.29/cns-csi.yaml
withmanifests/supervisorcluster/1.32/cns-csi.yaml
Reason:
Currently, we have 3 replica for CSI controller pod. We do not have any quorum requirement or need to spread replica on all CP VMs, so we can consider reducing replica of deployment 2.
all CSI sidecars and syncer has leader-election, and depending on the side car replica leadership, CSI controller is getting request for volume life cycle operations.
reducing replica also helps with reducing VC session requirements.
Testing done:
Applied YAML file manually on the testbed deployed from main
No issue observed.
Special notes for your reviewer:
Release note: