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/enterprise/embedded-manage-nodes.mdx
+4-42Lines changed: 4 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,15 @@ Multi-node clusters with Embedded Cluster have the following limitations:
22
22
23
23
## Add Nodes to a Cluster (Beta) {#add-nodes}
24
24
25
-
This section describes how to add nodes to a cluster with Embedded Cluster in online and air gap installations.
25
+
This section describes how to add nodes to a cluster with Embedded Cluster.
26
26
27
-
### Online Installations
28
-
29
-
To add a node to a cluster with Embedded Cluster in online (internet-connected) installations:
27
+
To add a node to a cluster with Embedded Cluster:
30
28
31
29
1. (Optional) In the Embedded Cluster Config, configure the `roles` key to customize node roles. For more information, see [roles](/reference/embedded-config#roles) in _Embedded Cluster Config_. When you are done, create and promote a new release with the updated Config.
32
30
33
31
1. Do one of the following:
34
32
35
-
1. Follow the steps in [Online Installation with Embedded Cluster](/enterprise/installing-embedded) to install. When you see the **Nodes** screen as part of the installation flow in the Admin Console, continue to the next step.
33
+
1. Follow the steps in [Online Installation with Embedded Cluster](/enterprise/installing-embedded)or [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap)to install. When you see the **Nodes** screen as part of the installation flow in the Admin Console, continue to the next step.
36
34
37
35
1. Otherwise, to add a node to an existing cluster:
38
36
@@ -52,7 +50,7 @@ To add a node to a cluster with Embedded Cluster in online (internet-connected)
52
50
53
51
1. SSH onto the node that you want to join.
54
52
55
-
1. Copy the curl command provided in the Admin Console to download the Embedded Cluster binary and then run it on the node you want to join. In air gap installations,
53
+
1. Copy the curl command provided in the Admin Console to download the Embedded Cluster binary and then run it on the node you want to join.
56
54
57
55
1. Copy and run the tar command to extract the Embedded Cluster binary.
58
56
@@ -62,42 +60,6 @@ To add a node to a cluster with Embedded Cluster in online (internet-connected)
62
60
63
61
1. Repeat these steps for each node you want to add.
64
62
65
-
### Air Gap Installations
66
-
67
-
To add a node to a cluster with Embedded Cluster in air gap installations:
68
-
69
-
1. (Optional) In the Embedded Cluster Config, configure the `roles` key to customize node roles. For more information, see [roles](/reference/embedded-config#roles) in _Embedded Cluster Config_. When you are done, create and promote a new release with the updated Config.
70
-
71
-
1. Do one of the following:
72
-
73
-
1. Follow the steps in [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap) to install. When you see the **Nodes** screen as part of the installation flow in the Admin Console, continue to the next step.
74
-
75
-
1. Otherwise, to add a node to an existing cluster:
76
-
77
-
1. Log in to the Admin Console.
78
-
79
-
1. If you promoted a new release that configures the `roles` key in the Embedded Cluster Config, update the instance to the new version. See [Perform Updates in Embedded Clusters](/enterprise/updating-embedded).
80
-
81
-
1. Go to **Cluster Management > Add node** at the top of the page.
82
-
83
-
1. If you configured the `roles` key to customize node roles, select one or more roles for the node.
84
-
85
-
The Admin Console page is updated to display the commands for downloading the Embedded Cluster binary, extracting the binary, and joining the node to the cluster based on the roles you selected. Keep this Admin Console page open for the next steps.
86
-
87
-
:::note
88
-
The role cannot be changed after a node is added. If you need to change a node’s role, reset the node and add it again with the new role.
89
-
:::
90
-
91
-
1. SSH onto a machine that has internet access. Run the curl command provided in the Admin Console to download the Embedded Cluster binary.
92
-
93
-
1. Move the downloaded binary to the air-gapped node that you want to join to the cluster.
94
-
95
-
1. On the node that you want to join, run the tar command provided in the Admin Console to untar the Embedded Cluster assets. Then, run the join command to add the node to the cluster.
96
-
97
-
1. In the Admin Console, either on the installation **Nodes** screen or on the **Cluster Management** page, verify that the node appears. Wait for the node's status to change to Ready.
98
-
99
-
1. Repeat these steps for each node you want to add.
With Embedded Cluster, you can use the command line to get the commands for joining controller nodes, rather than having to log into the Admin Console UI to get the commands. This is especially useful when testing multi-node Embedded Cluster installations where you need to automate the process of joining controller nodes to a cluster.
0 commit comments