-
Notifications
You must be signed in to change notification settings - Fork 286
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
Plugin k8smeta warning after creating Falco Helm chart with Kubernetes collector enabled #681
Comments
Hi @jfcmartins, usually the plugins require two steps to be configured in falco:
In the case of the k8s-metacollector + k8smeta plugin the configuration is done by the chart itself so you're right that it could be misleading. A better way could be to show the warning only when one of the two steps described above is not performed. |
Hey @alacuku 👋 thanks for the help. That's what I thought. What I still don't understand is why this warning appears in the first place, since |
When setting charts/charts/falco/templates/_helpers.tpl Lines 324 to 373 in addf0d3
To inspect the templates generated at install time, use the |
Thanks @alacuku! Now it makes sense |
I guess this issue has been addressed by Aldo explanation, so Feel free to reopen it eventually. |
@leogr: Closing this issue. In response to this:
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. |
Plugin k8smeta warning after creating Falco Helm chart with Kubernetes collector enabled
When I create Falco Helm chart with Kubernetes
k8smeta
collector, it displays the following warning:How to reproduce it
Create Falco Helm chart values file:
values.yaml
Then apply the Helm chart:
Expected behaviour
Helm chart warning shouldn't appear for this use case.
Screenshots
Environment
Am I missing something? I really appreciate any help you can provide.
The text was updated successfully, but these errors were encountered: