Skip to content

Commit

Permalink
Update dev SSH README (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Sep 16, 2024
1 parent 8428528 commit 4d52564
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ Additionally, it includes a Registry when deployed in air gap mode.
make create-node0
```
This command sets up the initial node for your cluster.
The node is simply a docker container.
This command sets up the initial node for your cluster and SSHs into it.
By default, a Debian-based node will be created. If you want to use a different distribution, you can set the `DISTRO` environment variable:
Expand All @@ -86,11 +85,6 @@ Additionally, it includes a Registry when deployed in air gap mode.
make list-distros
```
1. SSH into the node:
```bash
make ssh-node0
```
1. In the Vendor Portal, create and download a license that is assigned to the channel.
1. Install Embedded Cluster:
Expand Down Expand Up @@ -171,6 +165,18 @@ For example:
make delete-node1
```
### Establishing SSH sessions
To SSH into an existing node, run the following command:
```bash
make ssh-node<node-number>
```
For example:
```bash
make ssh-node0
```
### Developing Embedded Cluster Operator
1. To apply your current changes, run the following commands:
Expand Down

0 comments on commit 4d52564

Please sign in to comment.