From b527ffa0e3cbb22e6a636cfe7ce9540ba0a6965d Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Wed, 26 May 2021 22:59:42 -0700 Subject: [PATCH] Fix formatting in Fleet proxy docs --- .../v2.5/en/deploy-across-clusters/fleet/proxy/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rancher/v2.5/en/deploy-across-clusters/fleet/proxy/_index.md b/content/rancher/v2.5/en/deploy-across-clusters/fleet/proxy/_index.md index 339012efc74..148d0ae5cd7 100644 --- a/content/rancher/v2.5/en/deploy-across-clusters/fleet/proxy/_index.md +++ b/content/rancher/v2.5/en/deploy-across-clusters/fleet/proxy/_index.md @@ -9,7 +9,7 @@ In this section, you'll learn how to enable Fleet in a setup that has a Rancher Rancher does not establish connections with registered downstream clusters. The Rancher agent deployed on the downstream cluster must be able to establish the connection with Rancher. -To set up Fleet to work behind a proxy, you will need to set the **Agent Environment Variables* * for the downstream cluster. These are cluster-level configuration options. +To set up Fleet to work behind a proxy, you will need to set the **Agent Environment Variables** for the downstream cluster. These are cluster-level configuration options. Through the Rancher UI, you can configure these environment variables for any cluster type, including registered and custom clusters. The variables can be added while editing an existing cluster or while provisioning a new cluster. @@ -19,12 +19,12 @@ For private nodes or private clusters, the environment variables need to be set # Required Environment Variables -When adding Fleet agent environment variables for the proxy, replace with your private proxy IP. +When adding Fleet agent environment variables for the proxy, replace PROXY_IP with your private proxy IP. | Variable Name | Value | |------------------|--------| -| `HTTP_PROXY` | http://:8888 | -| `HTTPS_PROXY` | http://:8888 +| `HTTP_PROXY` | http://PROXY_IP:8888 | +| `HTTPS_PROXY` | http://PROXY_IP:8888 | `NO_PROXY` | 127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,.svc,.cluster.local | # Setting Environment Variables in the Rancher UI