Skip to content

Commit 88d096c

Browse files
committed
language edits for consistency
1 parent 656d8d0 commit 88d096c

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To add a node to a cluster with Embedded Cluster in online (internet-connected)
3232

3333
1. Do one of the following:
3434

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.
3636

3737
1. Otherwise, to add a node to an existing cluster:
3838

@@ -52,7 +52,7 @@ To add a node to a cluster with Embedded Cluster in online (internet-connected)
5252

5353
1. SSH onto the node that you want to join.
5454

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.
5656

5757
1. Copy and run the tar command to extract the Embedded Cluster binary.
5858

@@ -70,7 +70,7 @@ To add a node to a cluster with Embedded Cluster in air gap installations:
7070

7171
1. Do one of the following:
7272

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.
7474

7575
1. Otherwise, to add a node to an existing cluster:
7676

@@ -90,17 +90,9 @@ To add a node to a cluster with Embedded Cluster in air gap installations:
9090

9191
1. SSH onto a machine that has internet access. Run the curl command provided in the Admin Console to download the Embedded Cluster binary.
9292

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.
9494

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.
98-
99-
**Example:**
100-
101-
```bash
102-
sudo ./your-app-slug join --airgap-bundle your-app-slug.airgap 10.128.0.32:30000 TxXboDstBAamXaPdleSK7Lid
103-
```
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.
10496

10597
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.
10698

0 commit comments

Comments
 (0)