-
I just upgraded a cluster using k0sctl `v0.12.4` where I initiatilly deployed a helm chart like this:
```yaml
extensions:
helm:
charts:
- name: cilium
…
-
### Application contact emails
jnummelin@mirantis.com, rbias@mirantis.com
### Project Summary
k0s is a CNCF-certified lightweight, Kubernetes distribution with zero dependencies and zero opinion.
…
-
I'm getting this error in each worker server after restoring from backup:
$ journalctl -u k0sworker.service
level=info msg="Starting kubelet"
level=warning msg="failed to get initial kubelet conf…
-
Upgrading a cluster from one node to three nodes failed with the following log line:
> level=fatal msg="upload failed: Process exited with status 1 (tee: /usr/local/bin/k0s: Text file busy\n)"
T…
-
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 a `st…
-
I use [LXD](https://github.com/lxc/lxd) for create the cluster.
I launch worker and controller based on Ubuntu 20.04.4 LTS and copy my SSH key.
My `k0sctl.yaml` file:
```yaml
apiVersio…
murka updated
2 years ago
-
The docs show a few different options for environment variable manipulation [here](https://github.com/k0sproject/k0sctl#environment-variable-substitution).
It would be great if we had an option whe…
sjdrc updated
2 years ago
-
There is 0 documentation on how to disable telemetry of k0sctl.
How can I disable / opt out of telemetry?
idc77 updated
7 months ago
-
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 that when I create a profile, I hav…
-
Hi,
It would be very neat if k0sctl could customize containerd config to support a private registry without hacking sh scripts, ideally it would be to configure a config dir and some files to copy …