Merge pull request #95424 from caseydavenport/calico-v3.16.2

Update to Calico v3.16.2
This commit is contained in:
Kubernetes Prow Robot 2020-10-09 18:08:59 -07:00 committed by GitHub
commit ff0ef98f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
initContainers: initContainers:
- name: install-cni - name: install-cni
image: gcr.io/projectcalico-org/cni:v3.15.2 image: gcr.io/projectcalico-org/cni:v3.16.2
command: ["/install-cni.sh"] command: ["/opt/cni/bin/install"]
env: env:
- name: CNI_CONF_NAME - name: CNI_CONF_NAME
value: "10-calico.conflist" value: "10-calico.conflist"
@ -51,7 +51,7 @@ spec:
"type": "k8s" "type": "k8s"
}, },
"kubernetes": { "kubernetes": {
"kubeconfig": "__KUBECONFIG_FILEPATH__" "kubeconfig": "/etc/cni/net.d/calico-kubeconfig"
} }
}, },
{ {
@ -78,7 +78,7 @@ spec:
# container programs network policy and routes on each # container programs network policy and routes on each
# host. # host.
- name: calico-node - name: calico-node
image: gcr.io/projectcalico-org/node:v3.15.2 image: gcr.io/projectcalico-org/node:v3.16.2
env: env:
- name: CALICO_MANAGE_CNI - name: CALICO_MANAGE_CNI
value: "true" value: "true"

View File

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