Tom Wieczorek

Results 321 comments of Tom Wieczorek

Thank you! Can you maybe sign-off your commit?

> Currently, there is no practical (let alone supported) way to derive these components from an official release artifact. I stand corrected: There's at least a way to prepare the...

> I think we could also use this to embed all the needed k0s own system manifests/templates in the same zip instead of using the bin-data stuff Initially I was...

> [@twz123](https://github.com/twz123) - please assign this to me. There you go 🚀 > 1. If command line arg & token file path needs to be deprecated > a. print a...

Definitely option b including the deprecation process to give folks time to adapt.

@psaradhi Are you still planning to work on this?

What about calling this `split`, as in the proposal? Another idea would be `disassemble`.

Oh, this PR uncovered an oversight when implementing #6429. The `k0s api` subcommand doesn't have any context handling or graceful shutdown logic in general. Before #6429, there were no signal...

The fix for the `k0s api` subcommand is here: #6572