-
Notifications
You must be signed in to change notification settings - Fork 91
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
Merge release-1.20 branch #1021
Closed
Closed
Conversation
This file contains 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
…AS=false (#51241) Co-authored-by: John Howard <john.howard@solo.io>
… route in host ns. (#51334) * Change getPodNetNs logic to not rely on /32 route in host ns. Now it iterates over each process, switches to the net ns of that process and checks for a veth with an address matching the pod ip. This handles cases where there is multilayer routing or EBPF usage. * go fmt * lint * Address comments. Switched to netns.Do() for eth0 read. * Addressed comments: checks every interface for match instead of eth0 specifically * lint * Comments: change string IP comparison to net type comparison, and switched to use WithNetNSPath * gci + make gen --------- Co-authored-by: Brian Sonnenberg <bsonnenberg@google.com>
…om gateway securityContext (#51366)
…tio@release-1.20 (#51410)
jwendell
added
the
tide/merge-method-merge
Denotes a PR that should use a standard merge by tide when it merges.
label
Jun 13, 2024
Skipping CI for Draft Pull Request. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
do-not-merge/work-in-progress
size/L
tide/merge-method-merge
Denotes a PR that should use a standard merge by tide when it merges.
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.
No description provided.