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----
1317apiVersion: v1
@@ -17,23 +21,18 @@ proxy:
1721 httpsProxy: https://USERNAME:
[email protected] :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----
2529noProxy: .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+ +
3034Key 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