Kimmo Lehto
Kimmo Lehto
> This requires graphics rendering, which will consume too much resources on the machine. No, it's just colored text.
The main problem with named return values is using naked returns. ```go func add(a, b int) (sum int) { sum = a+b return } ``` In my opinion it would...
> So if users want to have a user-friendly way to edit their keyboards, they will have to wait for [open-thumb](https://github.com/asdkant/open-thumb) to be developed. Or maybe someone could create a...
It should be, but there is a bug that may prevent doing so in some conditions which will be fixed by #714
Hmm, maybe some of those could/should be automated or at least detected in k0sctl?
`K0s.Metadata` can't be nil as it's not a pointer.
As @danielloader said, the order does not matter. Or are you referring to the README omitting fields in the second host example? If you are wondering about the other having...
I think it's better to default booleans to false and therefore instead of `prometheusScrapeAnnotation` something like `disablePrometheusScrapeAnnotation` would be better.
Looking for sudo prompts would require analyzing all output (different locales and distros may make this very difficult to do reliably) and maybe buffer/gatekeep stdin input. And it's slightly suspicious...
> 1- The documentation is bad. We need to document how can it be configured exactly, log level per component, etc. I think per component configuration is too fine grained...