Skip to content
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

example/connectivity-check: fix port conflict, capture termination log #28833

Merged
merged 1 commit into from Oct 30, 2023

Conversation

squeed
Copy link
Contributor

@squeed squeed commented Oct 27, 2023

It was discovered that these containers listen in the NodePort range by default, opening them up to random flakes if there's a NodePort service that happens to be there.

So, move the listening port out of that range.

Also, add a reasonable TerminationMessagePolicy so we can capture error status on exit.

Fixes: #28832

@squeed squeed added area/CI Continuous Integration testing issue or flake release-note/misc This PR makes changes that have no direct user impact. labels Oct 27, 2023
@squeed squeed requested a review from a team as a code owner October 27, 2023 12:57
It was discovered that these containers listen in the NodePort range by
default, opening them up to random flakes if there's a NodePort service
that happens to be there.

So, move the listening port out of that range.

Also, add a reasonable TerminationMessagePolicy so we can capture error
status on exit.

Fixes: cilium#28832

Signed-off-by: Casey Callendrello <cdc@isovalent.com>
@squeed
Copy link
Contributor Author

squeed commented Oct 27, 2023

/test

Copy link
Contributor

@tommyp1ckles tommyp1ckles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice thanks!

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Oct 30, 2023
@aanm aanm merged commit 4b2e4cd into cilium:main Oct 30, 2023
60 of 62 checks passed
@squeed squeed deleted the test-fix-port-collision branch October 30, 2023 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Continuous Integration testing issue or flake ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: random flakes due to NodePort / HostNetwork pod conflicts
3 participants