Remove sudo call from minikube setup docs (#4967)

sudo use with minikube is not generally advisable or necessary.
Fixes #4845.
This commit is contained in:
Greg Taylor 2019-09-12 06:31:05 -07:00 committed by Martin Taillefer
parent ef3d658fea
commit bb66f4e90c
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ Refer to the [`api-server` reference docs](https://kubernetes.io/docs/reference/
terminal to output diagnostic information about the network:
{{< text bash >}}
$ sudo minikube tunnel
$ minikube tunnel
{{< /text >}}
{{< warning >}}
@ -86,7 +86,7 @@ Refer to the [`api-server` reference docs](https://kubernetes.io/docs/reference/
cleanup:
{{< text bash >}}
$ sudo minikube tunnel --cleanup
$ minikube tunnel --cleanup
{{< /text >}}
{{< /warning >}}