Update minikube.md

This commit is contained in:
Jared
2017-01-17 16:13:36 -08:00
committed by GitHub
parent ac70ebfe06
commit 7ca44701da
+2 -2
View File
@@ -157,11 +157,11 @@ This command also configures your [kubectl](http://kubernetes.io/docs/user-guide
If you are behind a web proxy, you will need to pass this information in e.g. via
```
https_proxy=<my proxy> minikube start --docker-env HTTP_PROXY=<my proxy> --docker-env HTTPS_PROXY=<my proxy> --docker-env NO_PROXY=192.168.99.0/24
```
Unfortunately just setting the environment variables will not work.
```
Minikube will also create a "minikube" context, and set it to default in kubectl.
To switch back to this context later, run this command: `kubectl config use-context minikube`.