Skip to content

Commit 2ca8686

Browse files
authored
CNI: Update calico from v3.30.0 to v3.30.1 (#20871)
1 parent 9f50bdf commit 2ca8686

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func KindNet(repo string) string {
185185
}
186186

187187
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
188-
const calicoVersion = "v3.30.0"
188+
const calicoVersion = "v3.30.1"
189189
const calicoRepo = "docker.io/calico"
190190

191191
// CalicoDaemonSet returns the image used for calicoDaemonSet

pkg/minikube/cni/calico.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,6 +1628,13 @@ spec:
16281628
description: FlowLogGoldmaneServer is the flow server endpoint to
16291629
which flow data should be published.
16301630
type: string
1631+
flowLogsLocalReporter:
1632+
description: 'FlowLogsLocalReporter configures local unix socket for
1633+
reporting flow data from each node. [Default: Disabled]'
1634+
enum:
1635+
- Disabled
1636+
- Enabled
1637+
type: string
16311638
flowLogsPolicyEvaluationMode:
16321639
description: |-
16331640
Continuous - Felix evaluates active flows on a regular basis to determine the rule
@@ -1871,18 +1878,18 @@ spec:
18711878
logSeverityFile:
18721879
description: 'LogSeverityFile is the log severity above which logs
18731880
are sent to the log file. [Default: Info]'
1874-
pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
1881+
pattern: ^(?i)(Trace|Debug|Info|Warning|Error|Fatal)?$
18751882
type: string
18761883
logSeverityScreen:
18771884
description: 'LogSeverityScreen is the log severity above which logs
18781885
are sent to the stdout. [Default: Info]'
1879-
pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
1886+
pattern: ^(?i)(Trace|Debug|Info|Warning|Error|Fatal)?$
18801887
type: string
18811888
logSeveritySys:
18821889
description: |-
18831890
LogSeveritySys is the log severity above which logs are sent to the syslog. Set to None for no logging to syslog.
18841891
[Default: Info]
1885-
pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
1892+
pattern: ^(?i)(Trace|Debug|Info|Warning|Error|Fatal)?$
18861893
type: string
18871894
maxIpsetSize:
18881895
description: |-

0 commit comments

Comments
 (0)