Corrections made after replaying the whole procedure on a new fresh environment

This commit is contained in:
Nemo
2020-06-22 12:42:19 +02:00
parent b509f173d5
commit ddcb5d4d75
9 changed files with 78 additions and 49 deletions

View File

@@ -7,7 +7,7 @@ Kubernetes components are stateless and store cluster state in [etcd](https://gi
The commands in this lab must be run on each controller instance: `controller-0`, `controller-1`, and `controller-2`. Login to each controller instance using the `ssh` command. Example for `controller-0`:
```bash
ssh controller-0
ssh root@controller-0
```
### Running commands in parallel with tmux