Merge pull request #24166 from l1ch40/master

docs: Remove the redundant https_proxy variable
pull/24248/head
Kubernetes Prow Robot 2020-09-30 01:03:25 -07:00 committed by GitHub
commit 556d81398b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ To switch back to this context, run this command: `kubectl config use-context mi
如果你启用了 web 代理,则需要将此信息传递给 `minikube start` 命令:
```shell
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
minikube start --docker-env http_proxy=<my proxy> --docker-env https_proxy=<my proxy> --docker-env no_proxy=192.168.99.0/24
```
不幸的是,单独设置环境变量不起作用。