Skip to content

Commit 6bd5941

Browse files
Automated Flannel version update 0.25.3 (#5216)
Create new Flannel version Co-authored-by: emosbaugh <[email protected]>
1 parent dc6409e commit 6bd5941

12 files changed

+1022
-0
lines changed

addons/flannel/0.25.3/Manifest

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
image flannel-flannel docker.io/flannel/flannel:v0.25.3
2+
image flannel-flannel-cni-plugin docker.io/flannel/flannel-cni-plugin:v1.4.1-flannel1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Unit]
2+
Description=Disable vxlan checksum offloading for flannel.1
3+
After=sys-devices-virtual-net-flannel.1.device
4+
Requires=sys-devices-virtual-net-flannel.1.device
5+
6+
[Service]
7+
Type=oneshot
8+
ExecStart=/sbin/ethtool -K flannel.1 tx-checksum-ip-generic off
9+
RemainAfterExit=yes
10+
11+
[Install]
12+
WantedBy=sys-devices-virtual-net-flannel.1.device
+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
apiVersion: troubleshoot.sh/v1beta2
2+
kind: HostPreflight
3+
metadata:
4+
name: flannel
5+
spec:
6+
collectors:
7+
- udpPortStatus:
8+
collectorName: Flannel UDP port 8472
9+
port: 8472
10+
exclude: '{{kurl .IsUpgrade }}'
11+
analyzers:
12+
- udpPortStatus:
13+
checkName: "Flannel UDP port 8472 status"
14+
collectorName: Flannel UDP port 8472
15+
exclude: '{{kurl .IsUpgrade }}'
16+
outcomes:
17+
- warn:
18+
when: "address-in-use"
19+
message: Another process is already listening on port
20+
- fail:
21+
when: "error"
22+
message: Unexpected port status
23+
- pass:
24+
when: "connected"
25+
message: Port is open
26+
- warn:
27+
message: Unexpected port status

0 commit comments

Comments
 (0)