Commit fb2466bf authored by Sergey Evstifeev's avatar Sergey Evstifeev

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'.
parent 36cfc02c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment