Invert --hubble-monitor-events logic to be an allowlist#25167
Merged
pchaigno merged 1 commit intocilium:mainfrom Apr 27, 2023
Merged
Invert --hubble-monitor-events logic to be an allowlist#25167pchaigno merged 1 commit intocilium:mainfrom
--hubble-monitor-events logic to be an allowlist#25167pchaigno merged 1 commit intocilium:mainfrom
Conversation
Signed-off-by: Aditya Sharma <aditya.sharma@shopify.com>
8 tasks
Contributor
Author
|
Also, could we backport #24828 + this PR to 1.12 and 1.13? |
michi-covalent
approved these changes
Apr 27, 2023
Contributor
michi-covalent
left a comment
There was a problem hiding this comment.
thank you for following on this quickly ❤️ 💯
Contributor
|
/test |
Contributor
usually we only backport bug fixes to stable branches. the criteria for backporting is defined here => https://docs.cilium.io/en/v1.13/contributing/release/backports/#backport-criteria. not sure if #24828 can be considered a bug fix, it's more of a performance improvement 🤔 |
skmatti
pushed a commit
to skmatti/cilium
that referenced
this pull request
Jul 24, 2024
Hubble Monitor Filter: invert logic Cherry-picks: * cilium#24828 * cilium#25167 Signed-off-by: Michi Mutsuzaki <michi@isovalent.com> Signed-off-by: Aditya Sharma <aditya.sharma@shopify.com> Co-authored-by: Michi Mutsuzaki <michi@isovalent.com> Co-authored-by: Aditya Sharma <aditya.sharma@shopify.com> Change-Id: Iaa292209dce920c19b70dd8c62db2334e3c8b514 Reviewed-on: https://gke-internal-review.googlesource.com/c/third_party/cilium/+/694178 Unit-Verified: Prow_Bot_V2 <425329972751-compute@developer.gserviceaccount.com> Reviewed-by: Alan Kutniewski <kutniewski@google.com> Upstream-PR: cilium#24828 Upstream-PR: cilium#25167 Reviewed-on: https://gke-internal-review.googlesource.com/c/third_party/cilium/+/782721 Reviewed-by: Akhil Velagapudi <avelagap@google.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.
Follow up to #24828
Addresses @marqc's comments.
#24828 was excluding events set by
--hubble-monitor-eventsinstead of monitoring themPlease ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXXline if the commit addresses a particularGitHub issue.
Fixes: <commit-id>tag, thenplease add the commit author[s] as reviewer[s] to this issue.