File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ export SSH_PUB_KEY="`cat $HOME/.ssh/id_rsa.pub`"
10
10
export MASTER_COUNT=3
11
11
export WORKER_COUNT=3
12
12
13
+ # Select the CNI plugin to use in your OCP deployment
14
+ # From OCP 4.15 <, use OpenShiftSDN
15
+ # From OCP 4.15 >=, use KubernetesOVN
16
+ export OPENSHIFT_NETWORKTYPE="OpenShiftSDN"
17
+
13
18
##############################################
14
19
# The following settings are platform specific
15
20
##############################################
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ networking:
101
101
hostPrefix: 23
102
102
machineNetwork:
103
103
- cidr: 10.0.128.0/17
104
- networkType: OpenShiftSDN
104
+ networkType: ${OPENSHIFT_NETWORKTYPE}
105
105
serviceNetwork:
106
106
- 172.30.0.0/16
107
107
platform:
You can’t perform that action at this time.
0 commit comments