Skip to content

Commit 4bcfe21

Browse files
authored
Merge pull request #14248 from ahardin-rh/network-opt-fix
Edits to Configuring network subnets
2 parents 415af9b + 7133b4e commit 4bcfe21

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/configuring-network-subnets.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ $ cd new-install
3333
+
3434
----
3535
networking:
36-
clusterNetworks:
36+
clusterNetwork:
3737
- cidr: 10.128.0.0/14
38-
hostSubnetLength: 9
38+
hostPrefix: 23
3939
machineCIDR: 10.0.0.0/16
40-
serviceCIDR: 172.30.0.0/16
41-
type: OpenshiftSDN
40+
serviceNetwork: 172.30.0.0/16
41+
networkType: OpenshiftSDN
4242
----
4343

4444
. Consume the customized `install-config.yaml` file to deploy the cluster:

scalability_and_performance/using-cluster-loader.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[id="using_cluster_loader{context}"]
2-
= Using cluster loader
2+
= Using Cluster Loader
33
include::modules/common-attributes.adoc[]
44
:context:
55

0 commit comments

Comments
 (0)