From fb2466bf21b975a771402f5dc183d2d266e3a6fa Mon Sep 17 00:00:00 2001 From: Sergey Evstifeev Date: Mon, 22 Dec 2014 14:59:06 +0100 Subject: [PATCH] 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'. --- docs/getting-started-guides/locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/locally.md b/docs/getting-started-guides/locally.md index 9ffe1e73e02..a7120f42f3a 100644 --- a/docs/getting-started-guides/locally.md +++ b/docs/getting-started-guides/locally.md @@ -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