Skip to content

Commit 81cf244

Browse files
committed
one more app slug edit
1 parent cdedc41 commit 81cf244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To automate controller node joins with Embedded Cluster:
8282
8383
curl -k https://172.17.0.2:30000/api/v1/embedded-cluster/binary -o your-app-slug.tar.gz && \
8484
tar -xvf your-app-slug.tar.gz && \
85-
sudo ./embedded-cluster join 172.17.0.2:30000 1234aBcD
85+
sudo ./your-app-slug join 172.17.0.2:30000 1234aBcD
8686
```
8787

8888
1. On the node that you want to join as a controller, run each of the commands provided in the `join print-command` output to download the Embedded Cluster binary, extract the binary, and join the node to the cluster.

0 commit comments

Comments
 (0)