We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 415af9b + 7133b4e commit 4bcfe21Copy full SHA for 4bcfe21
modules/configuring-network-subnets.adoc
@@ -33,12 +33,12 @@ $ cd new-install
33
+
34
----
35
networking:
36
- clusterNetworks:
+ clusterNetwork:
37
- cidr: 10.128.0.0/14
38
- hostSubnetLength: 9
+ hostPrefix: 23
39
machineCIDR: 10.0.0.0/16
40
- serviceCIDR: 172.30.0.0/16
41
- type: OpenshiftSDN
+ serviceNetwork: 172.30.0.0/16
+ networkType: OpenshiftSDN
42
43
44
. Consume the customized `install-config.yaml` file to deploy the cluster:
scalability_and_performance/using-cluster-loader.adoc
@@ -1,5 +1,5 @@
1
[id="using_cluster_loader{context}"]
2
-= Using cluster loader
+= Using Cluster Loader
3
include::modules/common-attributes.adoc[]
4
:context:
5
0 commit comments