From cd6b09a947a1146b486552ad01c7d651317100aa Mon Sep 17 00:00:00 2001 From: Parthvi Vala Date: Fri, 16 Aug 2024 15:06:14 +0530 Subject: [PATCH] Update install-kubernetes.md --- .../rancher-behind-an-http-proxy/install-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md b/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md index 0899416ecbd..7f04e7974b6 100644 --- a/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md +++ b/docs/getting-started/installation-and-upgrade/other-installation-methods/rancher-behind-an-http-proxy/install-kubernetes.md @@ -71,7 +71,7 @@ Then you have to configure the HTTP proxy settings on the RKE2 systemd service, ``` cat <<'EOF' | sudo tee /etc/default/rke2-server > /dev/null HTTP_PROXY=http://${proxy_host} -HTTPS_PROXY=http://${proxy_host}" +HTTPS_PROXY=http://${proxy_host} NO_PROXY=127.0.0.0/8,10.0.0.0/8,cattle-system.svc,172.16.0.0/12,192.168.0.0/16,.svc,.cluster.local EOF ```