Skip to content

Commit

Permalink
updated networkType to OVNKubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
day0hero authored and mbaldessari committed Feb 12, 2025
1 parent a348f43 commit ad83473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/install-configs/aws/install-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ networking:
hostPrefix: 23
machineNetwork:
- cidr: 10.0.0.0/16
networkType: OpenShiftSDN
networkType: OVNKubernetes
serviceNetwork:
- 172.30.0.0/16
platform:
Expand Down
2 changes: 1 addition & 1 deletion openshift/install-configs/azure/install-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ networking:
hostPrefix: 23
machineNetwork:
- cidr: 10.4.0.0/16
networkType: OpenShiftSDN
networkType: OVNKubernetes
serviceNetwork:
- 172.30.0.0/16
platform:
Expand Down

0 comments on commit ad83473

Please sign in to comment.