Update kube-router to 1.0.1 and kube-ovn to 1.3.0 (#6479)

This commit is contained in:
Florian Ruynat
2020-08-01 09:34:04 +02:00
committed by GitHub
parent 2364a84579
commit 24a7878e7c
4 changed files with 8 additions and 6 deletions

View File

@@ -128,8 +128,8 @@ spec:
- --encap-checksum={{ encap_checksum }}
- --service-cluster-ip-range={{ kube_service_addresses }}
securityContext:
capabilities:
add: ["NET_ADMIN", "SYS_ADMIN", "SYS_PTRACE"]
runAsUser: 0
privileged: true
env:
- name: POD_IP
valueFrom:

View File

@@ -283,6 +283,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: HW_OFFLOAD
value: "false"
volumeMounts:
- mountPath: /lib/modules
name: host-modules