-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Cilium hubble pointer #9967
Cilium hubble pointer #9967
Conversation
Would it be a better idea to flatten the struct? Seems that the Hubble thing is the only one. |
You would need both HubbleEnable and HubbleEnableMetrics. |
HubbleMetrics is an array, enable/disable can be based on number of items. In any case, was just a suggestion. Structs seems to complicate templates. |
So HubbleMetrics already determines if prometheus metrics should be enabled or not by the number of items. But one may want to enable hubble without any prometheus metrics enabled. |
6640f98
to
b9111c7
Compare
OK, I understand. It was not meant as an alternate PR, just a suggestion. |
Yep. Thanks for the suggestion :) |
/test pull-kops-e2e-cni-cilium |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: olemarkus, rifelpet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #9966
/cc @hakman @rifelpet