mirror of https://github.com/istio/istio.io.git
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:
parent
ef3d658fea
commit
bb66f4e90c
|
@ -78,7 +78,7 @@ Refer to the [`api-server` reference docs](https://kubernetes.io/docs/reference/
|
||||||
terminal to output diagnostic information about the network:
|
terminal to output diagnostic information about the network:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ sudo minikube tunnel
|
$ minikube tunnel
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
{{< warning >}}
|
{{< warning >}}
|
||||||
|
@ -86,7 +86,7 @@ Refer to the [`api-server` reference docs](https://kubernetes.io/docs/reference/
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ sudo minikube tunnel --cleanup
|
$ minikube tunnel --cleanup
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
{{< /warning >}}
|
{{< /warning >}}
|
||||||
|
|
Loading…
Reference in New Issue