This repository was archived by the owner on Oct 10, 2023. It is now read-only.
Deploy clusters on multiple-azs in vSphere.#1108
Merged
saji-pivotal merged 1 commit intovmware-tanzu:mainfrom Nov 10, 2021
Merged
Deploy clusters on multiple-azs in vSphere.#1108saji-pivotal merged 1 commit intovmware-tanzu:mainfrom
saji-pivotal merged 1 commit intovmware-tanzu:mainfrom
Conversation
2eb0ff3 to
988a169
Compare
ec8312b to
1b41090
Compare
1b41090 to
e6a3d42
Compare
|
Cluster Generation A/B Results: |
danniel1205
reviewed
Nov 10, 2021
prkalle
reviewed
Nov 10, 2021
… no regressions Signed-off-by: Sudarshan <asudarshan@vmware.com>
e6a3d42 to
d628f14
Compare
|
Cluster Generation A/B Results: |
3 tasks
3 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deploy clusters on multiple-azs in vSphere.
Signed-off-by: Sudarshan asudarshan@vmware.com
What this PR does / why we need it
This PR is to support deploying workload cluster on vSphere across multiple AZs. The AZs are custom defined in vSphere by using VsphereFailureDomains and VsphereDeploymentZone resources. The name of the VsphereDeploymentZone is referenced in the
failureDomainfield of the vSphere templates.Which issue(s) this PR fixes
Fixes #827
Describe testing done for PR
Testing deployment of workers across different hosts within a single compute cluster
VSPHERE_AZ_0, VSPHERE_AZ_1, VSPHERE_AZ_2VSPHERE_REGIONtok8s-regionandVSPHERE_ZONEtok8s-zonewhich are the required tagCategoriestanzu cluster create...and verified that the machines were deployed in the desired failureDomain (in this case, the desired hosts)Testing deployment of workers across different compute clusters in a single datacenter
VSPHERE_AZ_0, VSPHERE_AZ_1, VSPHERE_AZ_2VSPHERE_REGIONtok8s-regionandVSPHERE_ZONEtok8s-zonewhich are the required tagCategoriestanzu cluster create...and verified that the machines were deployed in the desired failureDomains (in this case, the desired compute clusters)Release note
PR Checklist
Additional information
Special notes for your reviewer