File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ func KindNet(repo string) string {
185
185
}
186
186
187
187
// 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 "
189
189
const calicoRepo = "docker.io/calico"
190
190
191
191
// CalicoDaemonSet returns the image used for calicoDaemonSet
Original file line number Diff line number Diff line change @@ -1628,6 +1628,13 @@ spec:
1628
1628
description: FlowLogGoldmaneServer is the flow server endpoint to
1629
1629
which flow data should be published.
1630
1630
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
1631
1638
flowLogsPolicyEvaluationMode:
1632
1639
description: |-
1633
1640
Continuous - Felix evaluates active flows on a regular basis to determine the rule
@@ -1871,18 +1878,18 @@ spec:
1871
1878
logSeverityFile:
1872
1879
description: 'LogSeverityFile is the log severity above which logs
1873
1880
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)?$
1875
1882
type: string
1876
1883
logSeverityScreen:
1877
1884
description: 'LogSeverityScreen is the log severity above which logs
1878
1885
are sent to the stdout. [Default: Info]'
1879
- pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
1886
+ pattern: ^(?i)(Trace| Debug|Info|Warning|Error|Fatal)?$
1880
1887
type: string
1881
1888
logSeveritySys:
1882
1889
description: |-
1883
1890
LogSeveritySys is the log severity above which logs are sent to the syslog. Set to None for no logging to syslog.
1884
1891
[Default: Info]
1885
- pattern: ^(?i)(Debug|Info|Warning|Error|Fatal)?$
1892
+ pattern: ^(?i)(Trace| Debug|Info|Warning|Error|Fatal)?$
1886
1893
type: string
1887
1894
maxIpsetSize:
1888
1895
description: |-
You can’t perform that action at this time.
0 commit comments