mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Corrections made after replaying the whole procedure on a new fresh environment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user