From 216ae1a5d44a812d98b1073123c7c98f3cecc2e8 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Mon, 25 Nov 2024 10:04:06 +0100 Subject: [PATCH] Fixup Signed-off-by: Anatolii Bazko --- modules/administration-guide/pages/configuring-proxy.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/administration-guide/pages/configuring-proxy.adoc b/modules/administration-guide/pages/configuring-proxy.adoc index dc596e4aee..cbb9b2ee4f 100644 --- a/modules/administration-guide/pages/configuring-proxy.adoc +++ b/modules/administration-guide/pages/configuring-proxy.adoc @@ -48,7 +48,7 @@ EOF {"credentialsSecretName" : "____", <1> "nonProxyHosts" : ["____"], <2> "port" : "____", <3> - "url" : "____"}}}}}' <4> + "url" : "____://____"}}}}}' <4> ---- <1> The credentials secret name created in the previous step. <2> The list of hosts that can be reached directly, without using the proxy. Please use the following form `.` to specify a wildcard domain. {prod-short} Operator automatically adds .svc and Kubernetes service host to the list of non-proxy hosts. In OpenShift, {prod-short} Operator combines the non-proxy host list from the cluster-wide proxy configuration with the custom resource. @@ -58,14 +58,14 @@ EOF In some proxy configurations, `localhost` may not translate to `127.0.0.1`. Both `localhost` and `127.0.0.1` should be specified in this situation. ==== <3> The port of the proxy server. -<4> URL (protocol+hostname) of the proxy server. +<4> Protocol and domain of the proxy server. .Verification steps . Start a workspace -. Verify that the workspace pod contains `HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy` and `https_proxy` environment variables, each set to `____://::`. +. Verify that the workspace pod contains `HTTP_PROXY`, `HTTPS_PROXY`, `http_proxy` and `https_proxy` environment variables, each set to `____://::`. . Verify that the workspace pod contains `NO_PROXY` and `no_proxy` environment variables, each set to comma-separated list of non-proxy hosts.