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

connectivity tests: fix issue on IPv6-only clusters #1414

Merged
merged 2 commits into from
Feb 28, 2023

Conversation

giorio94
Copy link
Member

This PR changes the behavior of IPFamilyNone (now renamed to IPFamilyAny for consistency) to allow both IPv4 and IPv6 addresses, and switches the "waitForPodDNS" check to use it is order to prevent issues on IPv6-only clusters.

IPFamilyAny allows to select any IP address (regardless of the family).

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
This prevents the failure of the check when running on ipv6-only
clusters.

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
Copy link
Member

@brb brb left a comment

Choose a reason for hiding this comment

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

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 Feb 27, 2023
@tklauser tklauser merged commit fc5860b into cilium:master Feb 28, 2023
@giorio94 giorio94 deleted the mio/connectivity-ip-family branch April 20, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants