You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installing/installing_bare_metal/installation-config-parameters-bare-metal.adoc
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,10 @@ toc::[]
10
10
Before you deploy an {product-title} cluster, you provide a customized `install-config.yaml` installation configuration file that describes the details for your environment.
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,12 @@ Only IPv4 addresses are supported.
192
192
endif::agent,bare,ibm-power,ibm-z,vsphere[]
193
193
194
194
ifdef::agent,bare,ibm-power,ibm-z,vsphere[]
195
+
Consider the following information before you configure network parameters for your cluster:
196
+
195
197
* If you use the {openshift-networking} OVN-Kubernetes network plugin, both IPv4 and IPv6 address families are supported.
198
+
* If you deployed nodes in an {product-title} cluster with a network that supports both IPv4 and non-link-local IPv6 addresses, configure your cluster to use a dual-stack network.
199
+
** For clusters configured for dual-stack networking, both IPv4 and IPv6 traffic must use the same network interface as the default gateway. This ensures that in a multiple network interface controller (NIC) environment, a cluster can detect what NIC to use based on the available network interface. For more information, see "OVN-Kubernetes IPv6 and dual-stack limitations" in _About the OVN-Kubernetes network plugin_.
200
+
** To prevent network connectivity issues, do not install a single-stack IPv4 cluster on a host that supports dual-stack networking.
196
201
197
202
ifdef::ibm-cloud[]
198
203
[NOTE]
@@ -631,7 +636,12 @@ endif::agent[]
631
636
632
637
|credentialsMode:
633
638
|The Cloud Credential Operator (CCO) mode. If no mode is specified, the CCO dynamically tries to determine the capabilities of the provided credentials, with a preference for mint mode on the platforms where multiple modes are supported.
634
-
|`Mint`, `Passthrough`, `Manual` or an empty string (`""`). ^[1]^
639
+
640
+
[NOTE]
641
+
====
642
+
Not all CCO modes are supported for all cloud providers. For more information about CCO modes, see the "Managing cloud provider credentials" entry in the _Authentication and authorization_ content.
643
+
====
644
+
|`Mint`, `Passthrough`, `Manual` or an empty string (`""`).
635
645
636
646
ifndef::openshift-origin,ibm-power-vs[]
637
647
|fips:
@@ -762,9 +772,7 @@ ifdef::ibm-power-vs[]
762
772
|The system type must be either `e980` or `s922`.
763
773
endif::ibm-power-vs[]
764
774
|====
765
-
[.small]
766
-
--
767
-
1. Not all CCO modes are supported for all cloud providers. For more information about CCO modes, see the "Managing cloud provider credentials" entry in the _Authentication and authorization_ content.
775
+
768
776
ifdef::aws,gcp[]
769
777
+
770
778
[NOTE]
@@ -780,7 +788,6 @@ ifdef::aws,gcp,azure[]
780
788
Setting this parameter to `Manual` enables alternatives to storing administrator-level secrets in the `kube-system` project, which require additional configuration steps. For more information, see "Alternatives to storing administrator-level secrets in the kube-system project".
0 commit comments