Skip to content

Commit a67f1f1

Browse files
authored
Update http_proxy.md
1 parent 62a9628 commit a67f1f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/http_proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ minikube requires access to the internet via HTTP, HTTPS, and DNS protocols. If
66
* `HTTPS_PROXY` - The URL to your HTTPS proxy
77
* `NO_PROXY` - A comma-separated list of hosts which should not go through the proxy.
88

9-
The NO_PROXY variable here is important: Without setting it, minikube may not be able to access resources within the VM. minikube has two important ranges of internal IP's:
9+
The NO_PROXY variable here is important: Without setting it, minikube may not be able to access resources within the VM. minikube uses two IP ranges, which should not go through the proxy:
1010

11-
* *192.168.99.1/24*: Used by the minikube VM. Configurable for some hypervisors via `--host-only-cidr`
12-
* *10.96.0.0/12*: Used by service cluster IP's. Configurable via `--service-cluster-ip-range`
11+
* **192.168.99.1/24**: Used by the minikube VM. Configurable for some hypervisors via `--host-only-cidr`
12+
* **10.96.0.0/12**: Used by service cluster IP's. Configurable via `--service-cluster-ip-range`
1313

1414
## Example Usage
1515

0 commit comments

Comments
 (0)