Andy Suderman
Andy Suderman
Seems like the docs are wrong :-D I was able to do custom ones during a recent demo. I can dig up the video if you like
I think that an environment variable to suppress these warnings is a cleaner approach than simply removing them. Something along the lines of `SUPPRESS_KUBECONFIG_PERMS_WARNING` or something explicit like that.
Stevie was able to reproduce this. We'll take a look
Thanks for the PR! We will likely need some extra time to review this - it's an issue that has plagued us for a while :-D I do like making...
By default in the values file we exclude those containers. You can override it here https://github.com/FairwindsOps/charts/blob/e19ce64430ad71adedf93fd6438f4de1770326f1/stable/goldilocks/values.yaml#L116
Thanks for the request. We would be happy to accept a community contribution for this change. I think being able to change the units would be super cool.
Ah, my bad, didn't see that part. No idea what might cause that. The logs or the `goldilocks summary` command might reveal more.
Seems like a great idea, thanks for the request!
Thanks! We definitely need to reconsider some of the service account management in general. Probably at the same time we can address #137
The issue here isn't rbac-manager, but plain RBAC. To install that chart, apparently the user needs the ability to create apiextensions, and the `edit` role that you're providing doesn't have...