Skip to content

Commit

Permalink
Merge pull request openshift#2227 from mandre/doc-deprecated-opts
Browse files Browse the repository at this point in the history
Stop using deprecated options in documentation examples
  • Loading branch information
openshift-merge-robot authored Sep 5, 2019
2 parents 47c1e26 + b0402af commit 0ef6cbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions docs/user/aws/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ compute:
metadata:
name: test-cluster
networking:
clusterNetworks:
clusterNetwork:
- cidr: 10.128.0.0/14
hostSubnetLength: 9
hostPrefix: 23
machineCIDR: 10.0.0.0/16
serviceCIDR: 172.30.0.0/16
type: OpenShiftSDN
serviceNetwork:
- 172.30.0.0/16
networkType: OpenShiftSDN
platform:
aws:
region: us-west-2
Expand Down
9 changes: 5 additions & 4 deletions docs/user/azure/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ compute:
metadata:
name: test-cluster
networking:
clusterNetworks:
clusterNetwork:
- cidr: 10.128.0.0/14
hostSubnetLength: 9
hostPrefix: 23
machineCIDR: 10.0.0.0/16
serviceCIDR: 172.30.0.0/16
type: OpenShiftSDN
serviceNetwork:
- 172.30.0.0/16
networkType: OpenShiftSDN
platform:
azure:
region: centralus
Expand Down

0 comments on commit 0ef6cbf

Please sign in to comment.