Minor update to cni-plugins and kube-router

This commit is contained in:
Florian Ruynat
2021-04-18 04:00:46 +02:00
committed by Kubernetes Prow Robot
parent fce705a92b
commit b32d25942d
5 changed files with 19 additions and 20 deletions

View File

@@ -215,7 +215,6 @@ spec:
spec:
tolerations:
- operator: Exists
effect: NoSchedule
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
@@ -237,7 +236,7 @@ spec:
add: ["SYS_NICE"]
env:
- name: ENABLE_SSL
value: "{{ enable_ssl }}"
value: "{{ enable_ssl | lower }}"
- name: POD_IP
valueFrom:
fieldRef:
@@ -297,7 +296,7 @@ spec:
command: ["/kube-ovn/start-ovn-monitor.sh"]
env:
- name: ENABLE_SSL
value: "{{ enable_ssl }}"
value: "{{ enable_ssl | lower }}"
- name: POD_IP
valueFrom:
fieldRef:
@@ -401,7 +400,6 @@ spec:
spec:
tolerations:
- operator: Exists
effect: NoSchedule
priorityClassName: system-cluster-critical
serviceAccountName: ovn
hostNetwork: true
@@ -416,7 +414,7 @@ spec:
privileged: true
env:
- name: ENABLE_SSL
value: "{{ enable_ssl }}"
value: "{{ enable_ssl | lower }}"
- name: POD_IP
valueFrom:
fieldRef: