Skip to content

Commit 8ad8235

Browse files
committed
BZ:2011790 - Baremetal ipi installation fails when using ipv6 and proxy. Added note that addresses for noProxy field must be added separately, not with CIDR range.
1 parent f851429 commit 8ad8235

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ipi-install-setting-proxy-settings-within-install-config.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ Key considerations:
3232
* If the proxy does not have an HTTPS proxy, change the value of `httpsProxy` from `https://` to `http://`.
3333
* If using a provisioning network, include it in the `noProxy` setting, otherwise the installer will fail.
3434
* Set all of the proxy settings as environment variables within the provisioner node. For example, `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`.
35+
36+
[NOTE]
37+
====
38+
When provisioning with IPv6, you cannot define a CIDR address block in the `noProxy` settings. You must define each address separately.
39+
====

0 commit comments

Comments
 (0)