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
Copy file name to clipboardExpand all lines: asciidoc/product/atip-management-cluster.adoc
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,10 +227,8 @@ kubernetes:
227
227
initializer: true
228
228
type: server
229
229
# - hostname: mgmt-cluster-node2
230
-
# initializer: true
231
230
# type: server
232
231
# - hostname: mgmt-cluster-node3
233
-
# initializer: true
234
232
# type: server
235
233
----
236
234
@@ -348,13 +346,13 @@ kubernetes:
348
346
apiHost: ${API_HOST}
349
347
apiVIP: ${API_VIP}
350
348
nodes:
351
-
- hostname: mgmt-cluster1
352
-
initializer: true
353
-
type: server
354
-
# - hostname: mgmt-cluster2
355
-
# type: server
356
-
# - hostname: mgmt-cluster3
357
-
# type: server
349
+
- hostname: mgmt-cluster-node1
350
+
initializer: true
351
+
type: server
352
+
# - hostname: mgmt-cluster-node2
353
+
# type: server
354
+
# - hostname: mgmt-cluster-node3
355
+
# type: server
358
356
----
359
357
360
358
where `version` is the version of Kubernetes to be installed. In our case, we are using an RKE2 cluster, so the version must be minor less than 1.29 to be compatible with `Rancher` (for example, `v1.28.10+rke2r1`).
@@ -369,8 +367,9 @@ The `nodes` section contains the list of nodes to be used in the cluster. The `n
369
367
370
368
[NOTE]
371
369
====
372
-
The names of the nodes must be unique in the cluster, and the `initializer` field mustbe set to `true` for the first node in the list.
373
-
The names of the nodes must be the same as the host names defined in the `network` section matching directly with the file name in the `network` section.
370
+
* The names of the nodes must be unique in the cluster.
371
+
* Optionally, use the `initializer` field to specify the bootstrap host, otherwise it will be the first node in the list.
372
+
* The names of the nodes must be the same as the host names defined in the <<mgmt-cluster-network-folder, Network Folder>> when network configuration is required.
0 commit comments