mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-18 02:38:58 +03:00
chg: User from root To vagrant
This commit modifies the instruactions so that they use the vagrant user instead of root. Also sudo is now requierd for a significant amount of the commands.
This commit is contained in:
@@ -28,7 +28,7 @@ Copy the `encryption-config.yaml` encryption config file to each controller
|
||||
instance:
|
||||
|
||||
```bash
|
||||
scp encryption-config.yaml root@controlplane:~/
|
||||
scp encryption-config.yaml vagrant@controlplane:~/
|
||||
```
|
||||
|
||||
Next: [Bootstrapping the etcd Cluster](07-bootstrapping-etcd.md)
|
||||
|
||||
Reference in New Issue
Block a user