-
Notifications
You must be signed in to change notification settings - Fork 72
Allow setting of service account for telegraf-ds #105
Comments
This issue bit me today, I think the serviceaccount mapping doesnt work as expected. I had to add more perms to a default sa to get going (which is not ideal). I need to catch up on the code changes, i really love the helm telegraf-ds - and i may just contribute and help to get this to a good state. |
hi @sudhishkasabaramesh , can you let us know how to fix this problem with existing default service account ? I tried cluster admin role for default service account , but still i m not able to fix it. |
I suggest add the serviceaccount config to the requirements documentation or maybe add yaml definition like this:
With this config kube_inventory input plugin works fine, but kubernetes input not working... always displays this error: |
@jmorcar have a look at https://github.com/influxdata/helm-charts/tree/master/charts/telegraf-ds This repo (tick-charts) is replaced by helm-charts one and we fixed the daemonset deployment |
Related to #77 and #92 (in fact I should have done this at the same time, but...)
This is more targeted than what #77 suggests since different configurations may want different accounts/bindings. However, without the ability to at least set the account in the daemonset, you can't make any progress.
The text was updated successfully, but these errors were encountered: