Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/next/modules/en/pages/user/clusterclass.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/turtles/refs/tags/v0.
* Create the Azure Cluster from the example ClusterClass +
+
Note that some variables are left to the user to substitute. +
Also beware that the `internal-first` `registrationMethod` variable is used as a workaround for correct provisioning. +
This immutable variable however will lead to issues when scaling or rolling out control plane nodes. +
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` +
+
[source,yaml]
----
Expand Down Expand Up @@ -494,8 +491,6 @@ spec:
value: <AZURE_RESOURCE_GROUP>
- name: azureClusterIdentityName
value: cluster-identity
- name: registrationMethod
value: internal-first
version: v1.31.7+rke2r1
workers:
machineDeployments:
Expand Down