mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Upgrade Calico to 3.8.2
Release note: https://docs.projectcalico.org/v3.8/release-notes/
This commit is contained in:
parent
66755bda05
commit
a723e8ad33
@ -28,7 +28,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 0
|
||||
initContainers:
|
||||
- name: install-cni
|
||||
image: gcr.io/projectcalico-org/cni:v3.7.4
|
||||
image: gcr.io/projectcalico-org/cni:v3.8.2
|
||||
command: ["/install-cni.sh"]
|
||||
env:
|
||||
- name: CNI_CONF_NAME
|
||||
@ -37,7 +37,7 @@ spec:
|
||||
value: |-
|
||||
{
|
||||
"name": "k8s-pod-network",
|
||||
"cniVersion": "0.3.0",
|
||||
"cniVersion": "0.3.1",
|
||||
"plugins": [
|
||||
{
|
||||
"type": "calico",
|
||||
@ -79,7 +79,7 @@ spec:
|
||||
# container programs network policy and routes on each
|
||||
# host.
|
||||
- name: calico-node
|
||||
image: gcr.io/projectcalico-org/node:v3.7.4
|
||||
image: gcr.io/projectcalico-org/node:v3.8.2
|
||||
env:
|
||||
- name: CALICO_DISABLE_FILE_LOGGING
|
||||
value: "true"
|
||||
|
@ -24,7 +24,7 @@ spec:
|
||||
hostNetwork: true
|
||||
serviceAccountName: calico
|
||||
containers:
|
||||
- image: gcr.io/projectcalico-org/typha:v3.7.4
|
||||
- image: gcr.io/projectcalico-org/typha:v3.8.2
|
||||
name: calico-typha
|
||||
ports:
|
||||
- containerPort: 5473
|
||||
|
Loading…
Reference in New Issue
Block a user