-
Notifications
You must be signed in to change notification settings - Fork 210
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
Unbreak the EKS (tunnel) CI workflow reverting a no-longer necessary workaround #2273
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
…low" This reverts commit bbebbfa. Let's revert the flush stale AWS-CNI iptables rules workaround, as this operation is now automatically handled by Cilium [1,2]. Since bumping the Cilium version used in the EKS workflows to one which includes all fixes (v1.14.6), this workaround has also started failing, as the stale rules attempted to be removed are no longer present. [1]: cilium/cilium#28697 [2]: cilium/cilium#29448 Signed-off-by: Marco Iorio <[email protected]>
f4ad24c
to
dc01eb0
Compare
This comment was marked as resolved.
This comment was marked as resolved.
8db3056
to
f3614ad
Compare
The EKS (tunnel) workflow completed successfully: https://github.com/cilium/cilium-cli/actions/runs/7708356182/job/21007428796?pr=2273. Dropping the temporary commit and marking ready for review. |
f3614ad
to
dc01eb0
Compare
I've removed the |
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.
ok let's ship it
Revert "gha: cleanup stale AWS-CNI iptables rules in EKS tunnel workflow"
This reverts commit bbebbfa.
Let's revert the flush stale AWS-CNI iptables rules workaround, as this operation is now automatically handled by Cilium [1,2]. Since bumping the Cilium version used in the EKS workflows to one which includes all fixes (v1.14.6), this workaround has also started failing, as the stale rules attempted to be removed are no longer present.
[1]: cilium/cilium#28697
[2]: cilium/cilium#29448