k0sctl icon indicating copy to clipboard operation
k0sctl copied to clipboard

A bootstrapping and management tool for k0s clusters.

Results 91 k0sctl issues
Sort by recently updated
recently updated
newest added
trafficstars

PoC to add delete workers feature

enhancement

hello there, As k0sctl doesn't support node removal out of the box, I've been wondering what would be the best way to do that ? drain & delete, do you...

A config like: ```yaml spec: kos: hosts: - something-here ``` will cause nil panics in some cases and strange behavior such as binary uploads not happening at all without any...

bug

All other smokes finish constantly, the upgrade requires a re-run almost every time.

chore

Support for coreOS distro family. Closes: #107

enhancement

In preparation to use parts of k0sctl from other apps, expose phases and add some mechanisms for phase injection.

Hello, I have following K0sctl config: ``` apiVersion: k0sctl.k0sproject.io/v1beta1 kind: Cluster metadata: name: spec: hosts: - role: single ssh: address: 10.132.120.233 user: port: 22 keyPath: / k0s: version: v1.23.6+k0s.1 ```...

When creating a single node cluster using k0sctl, the created cluster will use `etcd` for storage instead of `kine`, unless the storage option is specifically set to `kine`. Explicitly adding...

Hey — first off, thanks for creating k0s and k0sctl. It's been really nice so far. I had a question about the worker profiles (mostly because of #107). It seems...

enhancement