-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cilium-cli: add conn tests for ipv6 egress gateway policies #38691
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
Conversation
/ci-e2e-upgrade |
44cd78b
to
fc5862b
Compare
/ci-e2e-upgrade |
fc5862b
to
bb6f14f
Compare
/ci-e2e-upgrade |
bb6f14f
to
ff25dfc
Compare
/ci-e2e-upgrade |
8e6a1f2
to
1b17c9f
Compare
/ci-e2e-upgrade |
1b17c9f
to
aedf950
Compare
/ci-e2e-upgrade |
aedf950
to
7ec5c20
Compare
/ci-e2e-upgrade |
7ec5c20
to
1ff68ee
Compare
/ci-e2e-upgrade |
1ff68ee
to
d5c7154
Compare
/ci-e2e-upgrade |
d5c7154
to
49e18b5
Compare
/ci-e2e-upgrade |
49e18b5
to
e21bd42
Compare
/ci-e2e-upgrade |
e21bd42
to
b6e57ea
Compare
/ci-e2e-upgrade |
b6e57ea
to
ea98423
Compare
/ci-e2e-upgrade |
ea98423
to
74688ff
Compare
/test |
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.
Nice work, thanks! Just two questions.
Signed-off-by: Robin Gögge <r.goegge@isovalent.com>
This commit fixes a bug where the address returned for a NodePort Service could be a IPv4 address while the requested family was IPv6. Signed-off-by: Robin Gögge <r.goegge@isovalent.com>
With this commit the cilium-cli can test if IPv6 egress gateway policies function as expected. These test will only run if the cluster has a dual-stack setup and runs at least cilium version 1.18. Signed-off-by: Robin Gögge <r.goegge@isovalent.com>
74688ff
to
742b42a
Compare
/test |
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.
LGTM. Thanks!
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.
LGTM
As a follow up to #38452, this PR adds the ability to list IPv6 EGW policies with
cilium-dbg
and the necessarycilium-cli
connectivity tests to enable e2e test for the IPv6 extension of EGW policies.