mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-09 10:45:48 +00:00
add http proxy examples
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user