File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ Additionally, it includes a Registry when deployed in air gap mode.
7171 make create-node0
7272 ```
7373
74- This command sets up the initial node for your cluster.
75- The node is simply a docker container.
74+ This command sets up the initial node for your cluster and SSHs into it.
7675
7776 By default, a Debian-based node will be created. If you want to use a different distribution, you can set the `DISTRO` environment variable:
7877
@@ -86,11 +85,6 @@ Additionally, it includes a Registry when deployed in air gap mode.
8685 make list-distros
8786 ```
8887
89- 1. SSH into the node:
90- ```bash
91- make ssh-node0
92- ```
93-
94881. In the Vendor Portal, create and download a license that is assigned to the channel.
9589
96901. Install Embedded Cluster:
@@ -171,6 +165,18 @@ For example:
171165make delete-node1
172166```
173167
168+ ### Establishing SSH sessions
169+
170+ To SSH into an existing node, run the following command:
171+ ```bash
172+ make ssh-node<node-number>
173+ ```
174+
175+ For example:
176+ ```bash
177+ make ssh-node0
178+ ```
179+
174180### Developing Embedded Cluster Operator
175181
1761821 . To apply your current changes, run the following commands:
You can’t perform that action at this time.
0 commit comments