From 7fc2afd970e75404323830ebb9b98fa466730116 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Fri, 18 Jun 2021 13:17:44 -0700 Subject: [PATCH] Make update to Fleet proxy doc in v2.6 --- .../v2.6/en/deploy-across-clusters/fleet/proxy/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/rancher/v2.6/en/deploy-across-clusters/fleet/proxy/_index.md b/content/rancher/v2.6/en/deploy-across-clusters/fleet/proxy/_index.md index 49bfcd26cf7..2e374387d83 100644 --- a/content/rancher/v2.6/en/deploy-across-clusters/fleet/proxy/_index.md +++ b/content/rancher/v2.6/en/deploy-across-clusters/fleet/proxy/_index.md @@ -17,12 +17,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 PROXY_IP with your private proxy IP. +When adding Fleet agent environment variables for the proxy, replace with your private proxy IP. | Variable Name | Value | |------------------|--------| -| `HTTP_PROXY` | http://PROXY_IP:8888 | -| `HTTPS_PROXY` | http://PROXY_IP:8888 +| `HTTP_PROXY` | http://:8888 | +| `HTTPS_PROXY` | http://: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 @@ -52,4 +52,4 @@ export HTTP_PROXY=http://${proxy_private_ip}:8888 export HTTPS_PROXY=http://${proxy_private_ip}:8888 export 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 export KUBECONFIG=/etc/rancher/k3s/k3s.yaml -``` +``` \ No newline at end of file