CNI: Update calico from v3.30.0 to v3.30.1 (#20871)

pull/20876/head
minikube-bot 2025-06-03 12:42:47 -07:00 committed by GitHub
parent 9f50bdfe03
commit 2ca8686064
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View File

@ -185,7 +185,7 @@ func KindNet(repo string) string {
} }
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml // all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
const calicoVersion = "v3.30.0" const calicoVersion = "v3.30.1"
const calicoRepo = "docker.io/calico" const calicoRepo = "docker.io/calico"
// CalicoDaemonSet returns the image used for calicoDaemonSet // CalicoDaemonSet returns the image used for calicoDaemonSet

View File

@ -1628,6 +1628,13 @@ spec:
description: FlowLogGoldmaneServer is the flow server endpoint to description: FlowLogGoldmaneServer is the flow server endpoint to
which flow data should be published. which flow data should be published.
type: string type: string
flowLogsLocalReporter:
description: 'FlowLogsLocalReporter configures local unix socket for
reporting flow data from each node. [Default: Disabled]'
enum:
- Disabled
- Enabled
type: string
flowLogsPolicyEvaluationMode: flowLogsPolicyEvaluationMode:
description: |- description: |-
Continuous - Felix evaluates active flows on a regular basis to determine the rule Continuous - Felix evaluates active flows on a regular basis to determine the rule
@ -1871,18 +1878,18 @@ spec:
logSeverityFile: logSeverityFile:
description: 'LogSeverityFile is the log severity above which logs description: 'LogSeverityFile is the log severity above which logs
are sent to the log file. [Default: Info]' are sent to the log file. [Default: Info]'
pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$ pattern: ^(?i)(Trace|Debug|Info|Warning|Error|Fatal)?$
type: string type: string
logSeverityScreen: logSeverityScreen:
description: 'LogSeverityScreen is the log severity above which logs description: 'LogSeverityScreen is the log severity above which logs
are sent to the stdout. [Default: Info]' are sent to the stdout. [Default: Info]'
pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$ pattern: ^(?i)(Trace|Debug|Info|Warning|Error|Fatal)?$
type: string type: string
logSeveritySys: logSeveritySys:
description: |- description: |-
LogSeveritySys is the log severity above which logs are sent to the syslog. Set to None for no logging to syslog. LogSeveritySys is the log severity above which logs are sent to the syslog. Set to None for no logging to syslog.
[Default: Info] [Default: Info]
pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$ pattern: ^(?i)(Trace|Debug|Info|Warning|Error|Fatal)?$
type: string type: string
maxIpsetSize: maxIpsetSize:
description: |- description: |-