Correct proxy doc - docker-env equals formatting vars
parent
30216a3b71
commit
25f7224b15
|
@ -9,8 +9,8 @@ To do this, pass the required environment variables as flags during `minikube st
|
|||
For example:
|
||||
|
||||
```shell
|
||||
$ minikube start --docker-env HTTP_PROXY=http://$YOURPROXY:PORT \
|
||||
--docker-env HTTPS_PROXY=https://$YOURPROXY:PORT
|
||||
$ minikube start --docker-env=HTTP_PROXY=http://$YOURPROXY:PORT \
|
||||
--docker-env=HTTPS_PROXY=https://$YOURPROXY:PORT
|
||||
```
|
||||
|
||||
If your Virtual Machine address is 192.168.99.100, then chances are your proxy settings will prevent kubectl from directly reaching it.
|
||||
|
|
Loading…
Reference in New Issue