From 36841e9ecdeb3cd429ce85f86b4e9839bf1d2bc4 Mon Sep 17 00:00:00 2001 From: Jens Heinitz Date: Mon, 30 May 2022 14:53:36 +0200 Subject: [PATCH] remove cluster IP from no_proxy --- tips/add-http-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/add-http-proxy.md b/tips/add-http-proxy.md index 353bbe7..1014971 100644 --- a/tips/add-http-proxy.md +++ b/tips/add-http-proxy.md @@ -12,7 +12,7 @@ extra_settings: | - setting: AWX_TASK_ENV['HTTPS_PROXY'] value: "'http://proxy.example.com:3128'" - setting: AWX_TASK_ENV['NO_PROXY'] - value: "'10.43.0.1,ansible03,localhost,.example.com,127.0.0.1'" + value: "'localhost,.example.com,127.0.0.1'" ``` You may have to adjust your settings to match your environment. @@ -25,5 +25,5 @@ kubectl apply -k base Now you need to wait some time until K3S has restarted all your pods. -After logging in you can navigate to `Settings` -> `Jobs Settings` and find your proxy settings in the `Extra Environment Variables` block: +After logging in you can navigate to `Settings` -> `Jobs Settings` and find your proxy settings in the `Extra Environment Variables` block.