Update kube-ovn to 1.7.1

This commit is contained in:
Florian Ruynat
2021-07-15 10:59:38 +02:00
committed by Kubernetes Prow Robot
parent b0fcc1ad1d
commit d5cbb19b39
3 changed files with 108 additions and 12 deletions

View File

@@ -33,6 +33,8 @@ kind: ConfigMap
metadata:
name: ovn-config
namespace: kube-system
data:
defaultNetworkType: geneve
---
apiVersion: v1
kind: ServiceAccount
@@ -65,6 +67,8 @@ rules:
- vpc-nat-gateways
- ips
- vlans
- provider-networks
- provider-networks/status
- networks
verbs:
- "*"
@@ -381,6 +385,8 @@ spec:
- mountPath: /sys
name: host-sys
readOnly: true
- mountPath: /etc/cni/net.d
name: cni-conf
- mountPath: /etc/openvswitch
name: host-config-openvswitch
- mountPath: /etc/ovn
@@ -431,6 +437,9 @@ spec:
- name: host-sys
hostPath:
path: /sys
- name: cni-conf
hostPath:
path: /etc/cni/net.d
- name: host-config-openvswitch
hostPath:
path: /etc/origin/openvswitch