Kimmo Lehto
Kimmo Lehto
> k0sctl blindly assumes that what spec says is a leader is always a leader It just goes through all controllers in the config and picks the first that has...
> c01, which is VM that was destroyed previously, is still considered by k0sctl as the leader, since it's empty It should pick a controller that is already running as...
k0sctl already does `k0s etcd leave` before running `k0s reset` and there's a `--no-leave` option to skip that, this has been there for a long time. But this doesn't help...
Looks like there's another bug when a new controller is introduced, unsure if it's always or only when it replaces a previously existing one. It seems the apply fails with...
#714 is an attempt to fix some of that.
It tries to find an address on the `privateInterface` that is in not the same as the host's ssh address. If it finds one, it should put it into the...
Of the official images at docker hub, ArchLinux and Clearlinux are not available for arm. Judging from the issues for k0s and k0sctl I've seen, I think we should probably...
Here's some notes I wrote earlier about what needs to be changed: - the Host object needs to embed rig.ClientWithConfig - not rig.Connection or whatever its embedding now. - the...
I think you need to create a VPC for the droplets 🤔 See: - https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/vpc - https://docs.digitalocean.com/products/kubernetes/how-to/create-clusters/#vpc-network
Oracle linux needs to be added to the footloose fork