Skip to content

Commit 8cd524f

Browse files
committed
HCIDOCS-453: Removed a note admonition, because the issue was fixed in 4.17..
1 parent 3318d65 commit 8cd524f

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
[id='ipi-install-setting-proxy-settings-within-install-config_{context}']
77
= Setting proxy settings
88

9-
To deploy an {product-title} cluster using a proxy, make the following changes to the `install-config.yaml` file.
9+
To deploy an {product-title} cluster while using a proxy, make the following changes to the `install-config.yaml` file.
1010

11+
.Procedure
12+
13+
. Add proxy values under the `proxy` key mapping:
14+
+
1115
[source,yaml]
1216
----
1317
apiVersion: v1
@@ -17,23 +21,18 @@ proxy:
1721
httpsProxy: https://USERNAME:PASSWORD@proxy.example.com:PORT
1822
noProxy: <WILDCARD_OF_DOMAIN>,<PROVISIONING_NETWORK/CIDR>,<BMC_ADDRESS_RANGE/CIDR>
1923
----
20-
24+
+
2125
The following is an example of `noProxy` with values.
22-
26+
+
2327
[source,yaml]
2428
----
2529
noProxy: .example.com,172.22.0.0/24,10.10.0.0/24
2630
----
2731

28-
With a proxy enabled, set the appropriate values of the proxy in the corresponding key/value pair.
29-
32+
. With a proxy enabled, set the appropriate values of the proxy in the corresponding key/value pair.
33+
+
3034
Key considerations:
31-
35+
+
3236
* If the proxy does not have an HTTPS proxy, change the value of `httpsProxy` from `https://` to `http://`.
33-
* If using a provisioning network, include it in the `noProxy` setting, otherwise the installer will fail.
37+
* If the cluster uses a provisioning network, include it in the `noProxy` setting, otherwise the installation program fails.
3438
* 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)