mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
fix: Location Skip In User Changes
Updated some places where root was still used and some missing sudo's needed to be prefixed.
This commit is contained in:
@@ -174,7 +174,7 @@ The commands in this section will affect the entire cluster and only need to be
|
||||
run on the `controlplane` machine.
|
||||
|
||||
```bash
|
||||
ssh root@controlplane
|
||||
ssh vagrant@controlplane
|
||||
```
|
||||
|
||||
Create the `system:kube-apiserver-to-kubelet` [ClusterRole] with permissions
|
||||
|
||||
Reference in New Issue
Block a user