-
Notifications
You must be signed in to change notification settings - Fork 3.4k
enabling cli pod-to-pod-with-l7-policy-encryption for v1.15 and v1.16 #35742
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
enabling cli pod-to-pod-with-l7-policy-encryption for v1.15 and v1.16 #35742
Conversation
/test |
This commit enables the `pod-to-pod-with-l7-policy-encryption` cli connectivity test for v1.15 and v1.16, after the backports of cilium#35173 in: * v1.15: cilium#35586 * v1.16: cilium#35543 While enabling the test, in this commit we split the version check logic (that is independent from the IP family used) from the check for running IPv6+IPsec (that should be prevented due to a current limitation of having a flaky plain-text packet in the test suite, tracked in cilium#35485). Signed-off-by: Simone Magnani <simone.magnani@isovalent.com>
70cd08c
to
611ee3c
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! If you want we can wait (a ~week?) with merging until the next patch releases have shipped, so that the version numbers are final? There probably won't be a CLI release before that.
Yep, let's do this, I just added the label 👍 |
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.
👍
@smagnani96 the Cilium stable releases have happened, so I guess this could be unblocked so it will be part of the upcoming CLI release? |
PR to enable the cli
pod-to-pod-with-l7-policy-encryption
test with IPSec also for v1.15 and v1.16.Backports of #35173 have beed done in #35586 and #35543 respectively.