Update Calico from v3.21.2 to v3.22.1

* Calico aims to fix https://github.com/projectcalico/calico/issues/5011
This commit is contained in:
Dalton Hubble
2022-03-11 10:57:07 -08:00
parent db159bbd99
commit fa4745d155
3 changed files with 6 additions and 3 deletions

View File

@@ -210,6 +210,9 @@ spec:
pattern: ^.*
x-kubernetes-int-or-string: true
type: array
logDebugFilenameRegex:
description: LogDebugFilenameRegex controls which source code files have their Debug log output included in the logs. Only logs from files with names that match the given regular expression are included. The filter only applies to Debug level logs.
type: string
logFilePath:
description: 'LogFilePath is the full path to the Felix log. Set to none to disable file logging. [Default: /var/log/calico/felix.log]'
type: string

View File

@@ -38,7 +38,7 @@ spec:
description: The pool CIDR.
type: string
disableBGPExport:
description: 'Disable exporting routes from this IP Pools CIDR over BGP. [Default: false]'
description: 'Disable exporting routes from this IP Pool''s CIDR over BGP. [Default: false]'
type: boolean
disabled:
description: When disabled is true, Calico IPAM will not assign addresses from this pool.

View File

@@ -60,8 +60,8 @@ variable "container_images" {
description = "Container images to use"
default = {
calico = "quay.io/calico/node:v3.21.2"
calico_cni = "quay.io/calico/cni:v3.21.2"
calico = "quay.io/calico/node:v3.22.1"
calico_cni = "quay.io/calico/cni:v3.22.1"
cilium_agent = "quay.io/cilium/cilium:v1.11.2"
cilium_operator = "quay.io/cilium/operator-generic:v1.11.2"
coredns = "k8s.gcr.io/coredns/coredns:v1.8.6"