Skip to content

Commit bb3f013

Browse files
authored
Merge pull request #91829 from ShaunaDiaz/OSDOCS-14012
OSDOCS-14012: adds cniplugin field MicroShift config
2 parents 0eb9656 + 87da8b8 commit bb3f013

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/microshift-config-parameters-table.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ container_memory_working_set_bytes{container=`router`,namespace=`openshift-ingre
245245
|IP address block
246246
|A block of IP addresses from which pod IP addresses are allocated. IPv4 is the default network. Dual-stack entries are supported. The first entry in this field is immutable after {microshift-short} starts. Default range is `10.42.0.0/16`.
247247

248+
|`network.cniPlugin`
249+
|String
250+
|Deploys the Open Virtual Networking - Kubernetes (OVN-K) network plugin as the default container network interface (CNI) when empty or set to `"ovnk"`. Supported values are empty, `""` or `"ovnk"`. Setting to `"none"` removes the CNI and is not recommended. Only OVN-K is managed by {microshift-short}.
251+
248252
|`network.serviceNetwork`
249253
|IP address block
250254
|A block of virtual IP addresses for Kubernetes services. IP address pool for services. IPv4 is the default. Dual-stack entries are supported. The first entry in this field is immutable after {microshift-short} starts. Default range is `10.43.0.0/16`.

modules/microshift-default-settings.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ manifests:
7979
network:
8080
clusterNetwork:
8181
- 10.42.0.0/16
82+
cniPlugin: ""
8283
serviceNetwork:
8384
- 10.43.0.0/16
8485
serviceNodePortRange: 30000-32767

0 commit comments

Comments
 (0)