Update hello-minikube.md
- Proposing a different way to run curl without proxy, without touching current environment
- There's a formatting problem and the whole thing is being displayed in a single line

This commit is contained in:
committed by
mengyuan
parent
fd3b6e66d8
commit
da2ebff417
@@ -74,10 +74,9 @@ chmod +x ./kubectl
|
|||||||
sudo mv ./kubectl /usr/local/bin/kubectl
|
sudo mv ./kubectl /usr/local/bin/kubectl
|
||||||
```
|
```
|
||||||
Determine whether you can access sites like [https://cloud.google.com/container-registry/](https://cloud.google.com/container-registry/) directly without a proxy, by opening a new terminal and using
|
Determine whether you can access sites like [https://cloud.google.com/container-registry/](https://cloud.google.com/container-registry/) directly without a proxy, by opening a new terminal and using
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export http_proxy=""
|
curl --proxy "" https://cloud.google.com/container-registry/
|
||||||
export https_proxy=""
|
|
||||||
curl https://cloud.google.com/container-registry/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If NO proxy is required, start the Minikube cluster:
|
If NO proxy is required, start the Minikube cluster:
|
||||||
|
|||||||
Reference in New Issue
Block a user