-
Notifications
You must be signed in to change notification settings - Fork 192
Deploy clusters on multiple-azs in vSphere. #1108
Deploy clusters on multiple-azs in vSphere. #1108
Conversation
2eb0ff3
to
988a169
Compare
ec8312b
to
1b41090
Compare
1b41090
to
e6a3d42
Compare
Cluster Generation A/B Results: |
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
… no regressions Signed-off-by: Sudarshan <asudarshan@vmware.com>
e6a3d42
to
d628f14
Compare
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.
Cluster Generation A/B Results: |
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
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
failureDomain
field 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_2
VSPHERE_REGION
tok8s-region
andVSPHERE_ZONE
tok8s-zone
which 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_2
VSPHERE_REGION
tok8s-region
andVSPHERE_ZONE
tok8s-zone
which 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