You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am deploying workload clusters using Cluster API (CAPI) with the vSphere provider and aiming to achieve high availability (HA) by distributing control plane nodes across multiple zones (i.e., different vSphere clusters within the same data center).
However, based on my understanding, the KubeadmControlPlane resource allows specifying only a single VSphereMachineTemplate, which seems to restrict control plane nodes to a single zone.
Questions:
Is there a way to specify multiple VSphereMachineTemplate resources in KubeadmControlPlane to distribute control plane nodes across multiple zones?
If not, what are the recommended approaches for deploying control plane nodes across multiple vSphere clusters/zones within a data center while using CAPI?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am deploying workload clusters using Cluster API (CAPI) with the vSphere provider and aiming to achieve high availability (HA) by distributing control plane nodes across multiple zones (i.e., different vSphere clusters within the same data center).
However, based on my understanding, the KubeadmControlPlane resource allows specifying only a single VSphereMachineTemplate, which seems to restrict control plane nodes to a single zone.
Questions:
I appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions