-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(WIP, backlog task) - Add post init action for Flannel Addon to check UDP connection accros nodes #4565
base: main
Are you sure you want to change the base?
Conversation
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-b6e5b44-flannel-0.21.5-k8s-ctrd-2023-05-30T11:42:52Z |
e03b477
to
7c2f6b2
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-c172fee-flannel-0.21.5-k8s-ctrd-2023-05-31T07:26:02Z |
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-cd8da57-flannel-0.21.5-k8s-ctrd-2023-05-31T20:45:17Z |
9a1773a
to
a8bcba1
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-2ba11ff-flannel-0.21.5-k8s-ctrd-2023-06-01T05:36:14Z |
a8bcba1
to
145f143
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-e1be44d-flannel-0.21.5-k8s-ctrd-2023-06-02T22:59:22Z |
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-203a7b0-flannel-0.21.5-k8s-ctrd-2023-06-03T06:51:50Z |
0406c63
to
a25ae0d
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-045bf87-flannel-0.21.5-k8s-ctrd-2023-06-03T11:02:08Z |
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-7e775a8-flannel-0.21.5-k8s-ctrd-2023-06-03T11:04:19Z |
a25ae0d
to
aab76b0
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-9bc9729-flannel-0.21.5-k8s-ctrd-2023-06-03T11:09:22Z |
aab76b0
to
0008e6e
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-afb5ddb-flannel-0.21.5-k8s-ctrd-2023-06-03T11:13:41Z |
0008e6e
to
95da47f
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-ce86f0f-flannel-0.21.5-k8s-ctrd-2023-06-06T13:27:28Z |
95da47f
to
7742a58
Compare
Testgrid Run(s) Executing @ https://testgrid.kurl.sh/run/pr-4565-d893e21-flannel-0.21.5-k8s-ctrd-2023-06-20T09:07:49Z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look at flannel_check_nodes_connectivity and the netutil nodes-connectivity
kURL CLI command.
What this PR does / why we need it:
Currently, we do not verify the connection between pods and nodes after flannel get installed.
This PR adds a post init check for we validate the installation/configuration
Which issue(s) this PR fixes:
Fixes # [sc-69490]
Special notes for your reviewer:
Steps to reproduce
Does this PR introduce a user-facing change?
Does this PR require documentation?