Skip to content

Commit 9cccfe7

Browse files
authored
Merge pull request #20454 from jboxman/okd-ovn
The default network provider for OKD is OVNKubernetes
2 parents 4e92b1d + c1c45b0 commit 9cccfe7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/nw-install-config-parameters.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,20 @@ You cannot modify these parameters in the `install-config.yaml` file after insta
3131
|Parameter|Description|Value
3232

3333
ifdef::ovn-preview[]
34+
ifdef::openshift-origin[]
35+
|`networking.networkType`
36+
|The Pod network provider plug-in to deploy.
37+
|Either `OpenShiftSDN` or `OVNKubernetes`. The default value is `OVNKubernetes`.
38+
endif::openshift-origin[]
39+
40+
ifndef::openshift-origin[]
3441
|`networking.networkType`
3542
|The Pod network provider plug-in to deploy. The `OpenShiftSDN` plug-in is the
3643
only plug-in supported in {product-title} {product-version}. The `OVNKubernetes`
3744
plug-in is available as a Technology Preview in {product-title}
3845
{product-version}.
3946
|Either `OpenShiftSDN` or `OVNKubernetes`. The default value is `OpenShiftSDN`.
47+
endif::openshift-origin[]
4048
endif::ovn-preview[]
4149

4250
ifndef::ovn-preview[]

0 commit comments

Comments
 (0)