Skip to content

Commit

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

Co-authored-by: emosbaugh <[email protected]>
  • Loading branch information
replicated-ci-kurl and emosbaugh authored Nov 1, 2023
1 parent 918f172 commit b87da6f
Show file tree
Hide file tree
Showing 11 changed files with 984 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/flannel/0.23.0/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
image flannel-flannel docker.io/flannel/flannel:v0.23.0
image flannel-flannel-cni-plugin docker.io/flannel/flannel-cni-plugin:v1.2.0
27 changes: 27 additions & 0 deletions addons/flannel/0.23.0/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 b87da6f

Please sign in to comment.