Skip to content

Commit 4d52564

Browse files
authored
Update dev SSH README (#1175)
1 parent 8428528 commit 4d52564

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
9488
1. In the Vendor Portal, create and download a license that is assigned to the channel.
9589
9690
1. Install Embedded Cluster:
@@ -171,6 +165,18 @@ For example:
171165
make 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
176182
1. To apply your current changes, run the following commands:

0 commit comments

Comments
 (0)