Merge pull request #83976 from caseydavenport/update-calico-v3.8.3

Update Calico to v3.8.3
This commit is contained in:
Kubernetes Prow Robot 2019-10-17 01:47:18 -07:00 committed by GitHub
commit 59235ee723
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -28,7 +28,7 @@ spec:
terminationGracePeriodSeconds: 0
initContainers:
- name: install-cni
image: gcr.io/projectcalico-org/cni:v3.8.2
image: gcr.io/projectcalico-org/cni:v3.8.3
command: ["/install-cni.sh"]
env:
- name: CNI_CONF_NAME
@ -79,8 +79,10 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: gcr.io/projectcalico-org/node:v3.8.2
image: gcr.io/projectcalico-org/node:v3.8.3
env:
- name: CALICO_MANAGE_CNI
value: "true"
- name: CALICO_DISABLE_FILE_LOGGING
value: "true"
- name: CALICO_NETWORKING_BACKEND
@ -132,6 +134,8 @@ spec:
host: localhost
periodSeconds: 10
volumeMounts:
- mountPath: /host/etc/cni/net.d
name: cni-net-dir
- mountPath: /lib/modules
name: lib-modules
readOnly: true

View File

@ -24,7 +24,7 @@ spec:
hostNetwork: true
serviceAccountName: calico
containers:
- image: gcr.io/projectcalico-org/typha:v3.8.2
- image: gcr.io/projectcalico-org/typha:v3.8.3
name: calico-typha
ports:
- containerPort: 5473