mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Updated new section header and content per feedback
This commit is contained in:
+4
-2
@@ -41,13 +41,15 @@ docker run -d --restart=unless-stopped \
|
|||||||
|
|
||||||
Privileged access is [required.]({{<baseurl>}}/rancher/v2.6/en/installation/other-installation-methods/single-node-docker/#privileged-access-for-rancher)
|
Privileged access is [required.]({{<baseurl>}}/rancher/v2.6/en/installation/other-installation-methods/single-node-docker/#privileged-access-for-rancher)
|
||||||
|
|
||||||
### Air-gapped local cluster proxy configuration
|
### Air-gapped proxy configuration
|
||||||
|
|
||||||
_New in v2.6.4_
|
_New in v2.6.4_
|
||||||
|
|
||||||
You can now provision node driver clusters from an air-gapped cluster configured to use a proxy for outbound connections.
|
You can now provision node driver clusters from an air-gapped cluster configured to use a proxy for outbound connections.
|
||||||
|
|
||||||
In addition to setting the default rules for a proxy server as shown above, you will need to add additional rules, shown below, to provision node driver clusters from a proxied Rancher environment. Note that you will configure `/etc/apt/apt.conf.d/proxy.conf` directly:
|
In addition to setting the default rules for a proxy server as shown above, you will need to add additional rules, shown below, to provision node driver clusters from a proxied Rancher environment. Configure apt to use this proxy when installing packages; if you are not using Ubuntu, you have to adapt your configuration accordingly.
|
||||||
|
|
||||||
|
You will configure `/etc/apt/apt.conf.d/proxy.conf` with the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
acl SSL_ports port 22
|
acl SSL_ports port 22
|
||||||
|
|||||||
Reference in New Issue
Block a user