-
Notifications
You must be signed in to change notification settings - Fork 6
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 ability to add additional nuocollector scripts. #36
base: master
Are you sure you want to change the base?
Conversation
I'm a bit confused about why we need to support arbitrary |
If you put it in nuocollector then you can’t deploy and undeploy without upgrading the chart which then will stop and restart the engine. The design as is, is to allow changes of collector without restarting engine as detection of new plugins only restart the collector container. This was the whole reason for using the sidecar to watch for changes to configmaps.
|
AFIAK the |
It would be useful to be able to add additional configuration to nuocollector besides the insights output plugin. We want to integrate with sumologic remotely and influx/insights locally.