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:
Sergey Evstifeev 2014-12-22 14:59:06 +01:00
parent 36cfc02c6c
commit fb2466bf21

View File

@ -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