Tom Wieczorek

Results 127 comments of Tom Wieczorek

I'm just wondering... Will this interfere with other parts of an application that also use Netty? So let's say I close an AHC instance but have some other Netty-based component,...

Hey @MiErnst, > should not affect other instances Okay, that's true. Maybe I should have written in passive voice "is affected by other parts of the app that use Netty"...

I was able to track down the `Exhausted all available authentication mechanisms (tried: EXTERNAL) (available: EXTERNAL)` error down to the `"credsStore": "secretservice"` setting in `~/.docker/config.json`. That message seems to be...

Might be tricky to properly cancel in-flight commands in an SSH session.

A workaround is to add `"--force"` to `spec.hosts.*.installFlags` in the configuration file. But somehow I feel this shouldn't be necessary.

Okay, the --force flag is a [recent addition](https://github.com/k0sproject/k0s/commit/7ba59aab8d1aa43a06abcb06475c34c6e526c7f6) and not part of any k0s release, yet. There's also #302, but it seems different, since I didn't change any install flags,...

> Installed but not running perhaps? Yes, I think so. It's happening after #357 stopped k0s on the hosts, but failed to update the binary. Any subsequent run of k0sctl...

> Is this cgroup thing something k0sctl should detect and maybe configure it or fail? k0s will soon do exactly that in its pre-flight checks, and refuse to start. But...

I was able to reproduce it (the "tee" error) without the upscale, i.e. running k0sctl again on a single node that has already been provisioned via a prior run of...