mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Update kube-ovn to 1.7.1
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
b0fcc1ad1d
commit
d5cbb19b39
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user