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
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ To add a node to a cluster with Embedded Cluster in online (internet-connected)
32
32
33
33
1. Do one of the following:
34
34
35
-
1. Follow the steps in [Online Installation with Embedded Cluster](/enterprise/installing-embedded) to install. A **Nodes** screen is displayed as part of the installation flow in the Admin Console.
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.
36
36
37
37
1. Otherwise, to add a node to an existing cluster:
38
38
@@ -52,7 +52,7 @@ To add a node to a cluster with Embedded Cluster in online (internet-connected)
52
52
53
53
1. SSH onto the node that you want to join.
54
54
55
-
1. Copy the curl command to download the Embedded Cluster binary and then run it on the node you want to join.
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.
56
56
57
57
1. Copy and run the tar command to extract the Embedded Cluster binary.
58
58
@@ -70,7 +70,7 @@ To add a node to a cluster with Embedded Cluster in air gap installations:
70
70
71
71
1. Do one of the following:
72
72
73
-
1. Follow the steps in [Air Gap Installation with Embedded Cluster](/enterprise/installing-embedded-air-gap) to install. A **Nodes** screen is displayed as part of the installation flow in the Admin Console.
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
74
75
75
1. Otherwise, to add a node to an existing cluster:
76
76
@@ -90,17 +90,9 @@ To add a node to a cluster with Embedded Cluster in air gap installations:
90
90
91
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
92
93
-
1. Move the downloaded assets to the air-gapped node that you want to join to the cluster.
93
+
1. Move the downloaded binary to the air-gapped node that you want to join to the cluster.
94
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.
96
-
97
-
1. Run the join command to add the node to the cluster.
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.
104
96
105
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.
0 commit comments