Skip to content

Commit

Permalink
Automated Flannel version update 0.25.3 (#5216)
Browse files Browse the repository at this point in the history
Create new Flannel version

Co-authored-by: emosbaugh <371319+emosbaugh@users.noreply.github.com>
  • Loading branch information
replicated-ci-kurl and emosbaugh committed Jun 10, 2024
1 parent dc6409e commit 6bd5941
Show file tree
Hide file tree
Showing 12 changed files with 1,022 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/flannel/0.25.3/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
image flannel-flannel docker.io/flannel/flannel:v0.25.3
image flannel-flannel-cni-plugin docker.io/flannel/flannel-cni-plugin:v1.4.1-flannel1
12 changes: 12 additions & 0 deletions addons/flannel/0.25.3/flannel-ethtool.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=Disable vxlan checksum offloading for flannel.1
After=sys-devices-virtual-net-flannel.1.device
Requires=sys-devices-virtual-net-flannel.1.device

[Service]
Type=oneshot
ExecStart=/sbin/ethtool -K flannel.1 tx-checksum-ip-generic off
RemainAfterExit=yes

[Install]
WantedBy=sys-devices-virtual-net-flannel.1.device
27 changes: 27 additions & 0 deletions addons/flannel/0.25.3/host-preflight.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: troubleshoot.sh/v1beta2
kind: HostPreflight
metadata:
name: flannel
spec:
collectors:
- udpPortStatus:
collectorName: Flannel UDP port 8472
port: 8472
exclude: '{{kurl .IsUpgrade }}'
analyzers:
- udpPortStatus:
checkName: "Flannel UDP port 8472 status"
collectorName: Flannel UDP port 8472
exclude: '{{kurl .IsUpgrade }}'
outcomes:
- warn:
when: "address-in-use"
message: Another process is already listening on port
- fail:
when: "error"
message: Unexpected port status
- pass:
when: "connected"
message: Port is open
- warn:
message: Unexpected port status
Loading

0 comments on commit 6bd5941

Please sign in to comment.