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
* Create the Azure Cluster from the example ClusterClass +
115
115
+
116
116
Note that some variables are left to the user to substitute. +
117
+
Also beware that the `internal-first` `registrationMethod` variable is used as a workaround for correct provisioning. +
118
+
This immutable variable however will lead to issues when scaling or rolling out control plane nodes. +
119
+
A https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5525[patch] will support this case in a future release of CAPZ, but the Cluster will need to be reprovisioned to change the `registrationMethod` +
* Create the Azure Cluster from the example ClusterClass +
115
115
+
116
116
Note that some variables are left to the user to substitute. +
117
+
Also beware that the `internal-first` `registrationMethod` variable is used as a workaround for correct provisioning. +
118
+
This immutable variable however will lead to issues when scaling or rolling out control plane nodes. +
119
+
A https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5525[patch] will support this case in a future release of CAPZ, but the Cluster will need to be reprovisioned to change the `registrationMethod` +
0 commit comments