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: docs/user/agent/add-nodes.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,7 @@
8
8
1. Download the [node-joiner.sh](./node-joiner.sh) script in a working directory in
9
9
the user host (the "assets folder").
10
10
2. Create a `nodes-config.yaml` in the assets folder. This configuration file must contain the
11
-
list of all the nodes that the user wants to add to the target cluster. For each node it must be
12
-
specified at least the name and the primary interface mac address, for example:
11
+
list of all the nodes that the user wants to add to the target cluster. At minimum, the name and primary interface MAC address must be specified. For example:
13
12
```
14
13
hosts:
15
14
- hostname: extra-worker-0
@@ -25,7 +24,7 @@ hosts:
25
24
- name: eth0
26
25
macAddress: 00:02:46:e3:9e:9c
27
26
```
28
-
3. Optionally, it's possible to specify - for each node - an `NMState` configuration block
27
+
3. Optionally, it's possible to specify - for each node - an `NMState` configuration block denoted below as `networkConfig`
29
28
(it will be applied during the first boot), for example:
0 commit comments