forked from openshift/microshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigmap.yaml
More file actions
36 lines (32 loc) · 857 Bytes
/
configmap.yaml
File metadata and controls
36 lines (32 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# The ovnconfig config file. Used by both node and master processes.
kind: ConfigMap
apiVersion: v1
metadata:
name: ovnkube-config
namespace: openshift-ovn-kubernetes
data:
ovnkube.conf: |-
[default]
mtu="{{.OVNConfig.MTU}}"
cluster-subnets={{.ClusterCIDR}}
encap-port="6081"
enable-lflow-cache=false
lflow-cache-limit-kb=870
[kubernetes]
service-cidrs={{.ServiceCIDR}}
ovn-config-namespace="openshift-ovn-kubernetes"
kubeconfig={{.KubeconfigPath}}
host-network-namespace="openshift-host-network"
platform-type="BareMetal"
[ovnkubernetesfeature]
enable-egress-ip=false
enable-egress-firewall=false
enable-egress-qos=false
[gateway]
mode=local
nodeport=true
[masterha]
election-lease-duration=137
election-renew-deadline=107
election-retry-period=26