Merge pull request #94241 from lmm/calico-v3.15

Update Calico to v3.15.2
This commit is contained in:
Kubernetes Prow Robot 2020-09-09 17:59:44 -07:00 committed by GitHub
commit 058b4d60a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

View File

@ -14,6 +14,12 @@ rules:
- namespaces
verbs:
- get
# calico/node checks configmaps for cluster CIDR.
- apiGroups: [""]
resources:
- configmaps
verbs:
- get
- apiGroups: [""]
resources:
- endpoints
@ -55,7 +61,7 @@ rules:
verbs:
- patch
# Calico monitors various CRDs for config.
# Note: Though we are not using ipam from calico, calico node still needs those permission
# Note: Though we are not using ipam from calico, calico node still needs those permissions
# to boot.
- apiGroups: ["crd.projectcalico.org"]
resources:

View File

@ -27,7 +27,7 @@ spec:
terminationGracePeriodSeconds: 0
initContainers:
- name: install-cni
image: gcr.io/projectcalico-org/cni:v3.8.4
image: gcr.io/projectcalico-org/cni:v3.15.2
command: ["/install-cni.sh"]
env:
- name: CNI_CONF_NAME
@ -78,7 +78,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: gcr.io/projectcalico-org/node:v3.8.4
image: gcr.io/projectcalico-org/node:v3.15.2
env:
- name: CALICO_MANAGE_CNI
value: "true"

View File

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