We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d096c commit 97cf782Copy full SHA for 97cf782
docs/enterprise/embedded-manage-nodes.mdx
@@ -119,8 +119,8 @@ To automate controller node joins with Embedded Cluster:
119
sudo ./your-app-slug get join-command
120
121
curl -k https://172.17.0.2:30000/api/v1/embedded-cluster/binary -o embedded-cluster.tar.gz && \
122
- tar -xvf embedded-cluster.tar.gz && \
123
- sudo ./embedded-cluster join 172.17.0.2:30000 1234aBcD
+ tar -xvf embedded-cluster.tar.gz && \
+ sudo ./embedded-cluster join 172.17.0.2:30000 1234aBcD
124
```
125
**Example with JSON output:**
126
0 commit comments