Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
doc: add how to ssh into a machine
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed Oct 14, 2019
1 parent 744553f commit 03f5226
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/wks-and-footloose.md
Expand Up @@ -51,6 +51,14 @@
b4fdde36eb122804 weaveworks/ignite-centos:latest weaveworks/ignite-kernel:4.19.47 4.0 GB 2 1024.0 MB 10m ago Up 10m 172.17.0.2 0.0.0.0:2222->22/tcp, 0.0.0.0:6443->6443/tcp, 0.0.0.0:30443->30443/tcp, 0.0.0.0:30080->30080/tcp centos-singlemaster-node0
```

In case you would like to ssh into a machine e.g. `node0`, run:

```console
footloose ssh -c ${DISTRO}/${BACKEND}/singlemaster.yaml root@node0
```

as the default user name is `root` for both backends.

1. Run `wksctl apply`:

```console
Expand Down

0 comments on commit 03f5226

Please sign in to comment.