Update weave to 2.7.0 + minor update to Cilium (#6501)

This commit is contained in:
Florian Ruynat
2020-08-20 13:33:36 +02:00
committed by GitHub
parent a42d811420
commit 98f7485303
3 changed files with 8 additions and 6 deletions

View File

@@ -181,7 +181,7 @@ items:
port: 6784
resources:
requests:
cpu: 10m
cpu: 50m
securityContext:
privileged: true
volumeMounts:
@@ -199,6 +199,7 @@ items:
mountPath: /lib/modules
- name: xtables-lock
mountPath: /run/xtables.lock
readOnly: false
- name: weave-npc
env:
- name: HOSTNAME
@@ -210,12 +211,13 @@ items:
imagePullPolicy: {{ k8s_image_pull_policy }}
resources:
requests:
cpu: 10m
cpu: 50m
securityContext:
privileged: true
volumeMounts:
- name: xtables-lock
mountPath: /run/xtables.lock
readOnly: false
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
hostPID: true