Skip to content

Commit da8d3b9

Browse files
hardysranjinimn
andauthored
atip: management cluster fixes (suse-edge#373)
* atip: management cluster fixes Some fixes to clarify the node definitions Fixes: suse-edge#291 Fixes: suse-edge#278 * Update asciidoc/product/atip-management-cluster.adoc Accept review suggestion Co-authored-by: ranjinimn <[email protected]>
1 parent 2cd3fc8 commit da8d3b9

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

asciidoc/product/atip-management-cluster.adoc

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,8 @@ kubernetes:
227227
initializer: true
228228
type: server
229229
# - hostname: mgmt-cluster-node2
230-
# initializer: true
231230
# type: server
232231
# - hostname: mgmt-cluster-node3
233-
# initializer: true
234232
# type: server
235233
----
236234

@@ -348,13 +346,13 @@ kubernetes:
348346
apiHost: ${API_HOST}
349347
apiVIP: ${API_VIP}
350348
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
358356
----
359357

360358
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
369367

370368
[NOTE]
371369
====
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.
374373
====
375374

376375
[#mgmt-cluster-custom-folder]
@@ -1166,14 +1165,13 @@ kubernetes:
11661165
apiHost: ${API_HOST}
11671166
apiVIP: ${API_VIP}
11681167
nodes:
1169-
- hostname: mgmt-cluster-node1
1170-
initializer: true
1171-
type: server
1172-
# - hostname: mgmt-cluster-node2
1173-
# initializer: true
1174-
# type: server
1175-
# - hostname: mgmt-cluster-node3
1176-
# initializer: true
1168+
- hostname: mgmt-cluster-node1
1169+
initializer: true
1170+
type: server
1171+
# - hostname: mgmt-cluster-node2
1172+
# type: server
1173+
# - hostname: mgmt-cluster-node3
1174+
# type: server
11771175
# type: server
11781176
embeddedArtifactRegistry:
11791177
images:

0 commit comments

Comments
 (0)