ci,gke: apply allow ESP firewall rules for GKE cluster nodes#39898
Merged
ci,gke: apply allow ESP firewall rules for GKE cluster nodes#39898
Conversation
bb1f135 to
ce82721
Compare
pchaigno
reviewed
Jun 5, 2025
Member
pchaigno
left a comment
There was a problem hiding this comment.
That must have been a pain to debug...
Couple questions below to understand.
ce82721 to
f4fda47
Compare
Contributor
Author
|
/ci-gke |
qmonnet
requested changes
Jun 5, 2025
7d7cce7 to
9087065
Compare
Contributor
Author
|
/test |
qmonnet
approved these changes
Jun 6, 2025
pchaigno
approved these changes
Jun 7, 2025
In v1.18 Cilium moves to utilizing VXLAN-in-ESP traffic by default. This means traffic between nodes is now ESP and no longer VXLAN when IPsec is enabled. GKE, by default, does not allow ESP traffic between GKE nodes. Therefore, create a ESP allow firewall rule which targets just the cluster nodes. Co-authored-by: Quentin Monnet <qmo@qmon.net> Signed-off-by: Louis DeLosSantos <louis.delos@gmail.com>
9087065 to
5993d72
Compare
Contributor
Author
|
/test |
Contributor
|
This issue is also in v1.17, but it is not detected due to |
ldelossa
added a commit
that referenced
this pull request
Nov 10, 2025
backup of #39898 Signed-off-by: Louis DeLosSantos <louis.delos@isovalent.com>
ldelossa
added a commit
that referenced
this pull request
Nov 10, 2025
backport of #39898 Signed-off-by: Louis DeLosSantos <louis.delos@isovalent.com>
ldelossa
added a commit
that referenced
this pull request
Nov 10, 2025
backport of #39898 Signed-off-by: Louis DeLosSantos <louis.delos@isovalent.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In v1.18 Cilium moves to utilizing VXLAN-in-ESP traffic by default.
This means traffic between nodes is now ESP and no longer VXLAN when IPsec is enabled.
GKE, by default, does not allow ESP traffic between GKE nodes.
Therefore, create a ESP allow firewall rule which targets just the cluster nodes.
Fixes: #39337