add http proxy examples

This commit is contained in:
Jason Greathouse
2018-07-18 17:05:35 +10:00
parent b58515c384
commit d835b16913
2 changed files with 10 additions and 0 deletions
@@ -83,6 +83,7 @@ Now that Rancher is running, see [Adding TLS Secrets](tls-secrets/) to publish t
The Rancher chart configuration has many options for customizing the install to suit your specific environment. Here are some common advanced scenarios.
* [HTTP Proxy](chart-options/#http-proxy)
* [Private Docker Image Registry/Air Gap Network](chart-options/#private-or-air-gap-registry)
* [TLS Termination on an External Load Balancer](chart-options/#external-tls-termination)
@@ -30,6 +30,15 @@ weight: 276
<br/>
### HTTP Proxy
Rancher requires internet access for some functionality (helm charts). Set proxy to your proxy server. Add your domain name or ip exceptions to the noProxy list. Make sure any worker cluster `controlplane` nodes are included in this list.
```
--set proxy="http://<username>:<password>@<proxy_url>:<proxy_port>/"
--set noProxy="127.0.0.1,localhost,myinternaldomain.example.com"
```
### Private or Air Gap Registry
You can point to a private registry for an "Air Gap" install.