CNI: Update calico from v3.30.0 to v3.30.1 (#20871)
parent
9f50bdfe03
commit
2ca8686064
|
@ -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
|
||||||
|
|
|
@ -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: |-
|
||||||
|
|
Loading…
Reference in New Issue