From b905104e462b1c423627c762ad0a29056298f294 Mon Sep 17 00:00:00 2001 From: shredgar Date: Tue, 12 Jan 2021 11:21:51 +0100 Subject: [PATCH] Changed formatting for `noProxy` flag When installing Rancher via Helm and using the `noProxy` flag we need to properly format this flag. So, instead of using `--set noProxy="127.0.0.0/8\,10.0.0.0/8\,172.16.0.0/12\,192.168.0.0/16,.svc,.cluster.local"` We should use `--set noProxy="127.0.0.0/8\,10.0.0.0/8\,172.16.0.0/12\,192.168.0.0/16\,.svc\,.cluster.local"` --- .../installation/install-rancher-on-k8s/chart-options/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/install-rancher-on-k8s/chart-options/_index.md b/content/rancher/v2.x/en/installation/install-rancher-on-k8s/chart-options/_index.md index 09464b6fe66..7160f935667 100644 --- a/content/rancher/v2.x/en/installation/install-rancher-on-k8s/chart-options/_index.md +++ b/content/rancher/v2.x/en/installation/install-rancher-on-k8s/chart-options/_index.md @@ -145,7 +145,7 @@ Add your IP exceptions to the `noProxy` list. Make sure you add the Pod cluster ```plain --set proxy="http://:@:/" ---set noProxy="127.0.0.0/8\,10.0.0.0/8\,172.16.0.0/12\,192.168.0.0/16,.svc,.cluster.local" +--set noProxy="127.0.0.0/8\,10.0.0.0/8\,172.16.0.0/12\,192.168.0.0/16\,.svc\,.cluster.local" ``` ### Additional Trusted CAs