-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Add support for Hubble flowlogs config #12064
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
Add support for Hubble flowlogs config #12064
Conversation
Welcome @ErmolenkoMaxim! |
Hi @ErmolenkoMaxim. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
CLA signed. |
@ErmolenkoMaxim It is still not signed. #12064 (comment) |
@tico88612 fixed. Please proceed. |
@ErmolenkoMaxim please fix your PR content about the release-note like this: kubespray/.github/PULL_REQUEST_TEMPLATE.md Lines 42 to 44 in 3ace896
|
sure. please check. |
/ok-to-test |
bcdb38e
to
b7d9ab6
Compare
@VannTen retest? |
Check the pre-commit logs.
|
@yankay @tico88612 please check |
@yankay @tico88612 kind reminder |
@VannTen could you please be more specific? |
@ErmolenkoMaxim No promise review. Please check your pre-commit job for no errors. If there is no special reason, please fix it. |
@tico88612 pre-commit job checked and fixed. please proceed |
@tico88612 @yankay please proceed |
7c00c2a
to
26acbd5
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ErmolenkoMaxim The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Is this still relevant after #12101 merged ?
|
seems so. |
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.
Could you find the corresponding settings in the Cilium helm chart?
We'd deprecated the Cilium installation via Jinja template on #12101.
/kind feature
What this PR does / why we need it:
Adds support for configuring Hubble flowlogs in Cilium via Kubespray inventory.
This allows users to declaratively define flow log filtering and output settings in
hubble_flowlogs_config
from their inventory.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Tested on Kubernetes 1.29 with Cilium 1.14.
Flowlogs configuration is properly mounted into the Cilium pods and validated.
Does this PR introduce a user-facing change?: