Remove unnecessary 'sudo'
It seems to me that calling 'sudo' is not necessary at this point. In fact, if kubernetes hasn't been built yet, this will result in _output/ folder being owned by root thus making it not possible to run other consequent commands without 'sudo'.
This commit is contained in:
parent
36cfc02c6c
commit
fb2466bf21
@ -24,7 +24,7 @@ In a separate tab of your terminal, run:
|
||||
|
||||
```
|
||||
cd kubernetes
|
||||
sudo hack/local-up-cluster.sh
|
||||
hack/local-up-cluster.sh
|
||||
```
|
||||
|
||||
This will build and start a lightweight local cluster, consisting of a master
|
||||
|
Loading…
Reference in New Issue
Block a user