Update calico to version 3.27.2

This commit is contained in:
Adrien Reslinger 2024-03-13 18:56:50 +01:00
parent aa136636cc
commit e8f939d1bf
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
6 changed files with 15 additions and 8 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
CALICO_VERSION="3.27.0"
CALICO_VERSION="3.27.2"
#BASEURL=https://docs.projectcalico.org/manifests
#BASEURL=https://docs.projectcalico.org/archive/v3.18/manifests
BASEURL="https://raw.githubusercontent.com/projectcalico/calico/v${CALICO_VERSION}/manifests"

View file

@ -36,7 +36,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: calico-kube-controllers
image: docker.io/calico/kube-controllers:v3.27.0
image: docker.io/calico/kube-controllers:v3.27.2
imagePullPolicy: IfNotPresent
env:
# Choose which controllers to run.

View file

@ -44,7 +44,7 @@ spec:
# It can be deleted if this is a fresh installation, or if you have already
# upgraded to use calico-ipam.
- name: upgrade-ipam
image: docker.io/calico/cni:v3.27.0
image: docker.io/calico/cni:v3.27.2
imagePullPolicy: IfNotPresent
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
envFrom:
@ -72,7 +72,7 @@ spec:
# This container installs the CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: docker.io/calico/cni:v3.27.0
image: docker.io/calico/cni:v3.27.2
imagePullPolicy: IfNotPresent
command: ["/opt/cni/bin/install"]
envFrom:
@ -115,7 +115,7 @@ spec:
# i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
# in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
- name: "mount-bpffs"
image: docker.io/calico/node:v3.27.0
image: docker.io/calico/node:v3.27.2
imagePullPolicy: IfNotPresent
command: ["calico-node", "-init", "-best-effort"]
volumeMounts:
@ -141,7 +141,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: docker.io/calico/node:v3.27.0
image: docker.io/calico/node:v3.27.2
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:

View file

@ -11,7 +11,7 @@ spec:
serviceAccountName: calicoctl
containers:
- name: calicoctl
image: calico/ctl:v3.27.0
image: calico/ctl:v3.27.2
command:
- /calicoctl
args:

View file

@ -1,7 +1,7 @@
# Calico Version master
# https://projectcalico.docs.tigera.io/releases#master
# This manifest includes the following component versions:
# calico/ctl:v3.27.0
# calico/ctl:v3.27.2
apiVersion: v1
kind: ServiceAccount

View file

@ -119,6 +119,13 @@ spec:
Loose]'
pattern: ^(?i)(Disabled|Strict|Loose)?$
type: string
bpfExcludeCIDRsFromNAT:
description: BPFExcludeCIDRsFromNAT is a list of CIDRs that are to
be excluded from NAT resolution so that host can handle them. A
typical usecase is node local DNS cache.
items:
type: string
type: array
bpfExtToServiceConnmark:
description: 'BPFExtToServiceConnmark in BPF mode, control a 32bit
mark that is set on connections from an external client to a local