Update use-fleet-behind-a-proxy.md

I don't see the "Agent Environment Vars" under the "Advanced Options".
This commit is contained in:
Emiliano Langella
2024-07-09 14:15:54 -07:00
committed by Billy Tat
parent 3710dae5c2
commit a0daf08488
@@ -34,8 +34,8 @@ To add the environment variable to an existing cluster,
1. Click **☰ > Cluster Management**.
1. Go to the cluster where you want to add environment variables and click **⋮ > Edit Config**.
1. Click **Advanced Options**.
1. Click **Add Environment Variable**.
1. Click **Agent Environment Vars** under **Cluster configuration**.
1. Click **Add**.
1. Enter the [required environment variables](#required-environment-variables)
1. Click **Save**.
@@ -55,4 +55,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
```
```