k0s-ansible icon indicating copy to clipboard operation
k0s-ansible copied to clipboard

Create a Kubernetes Cluster using Ansible and the vanilla upstream Kubernetes distro k0s.

Results 6 k0s-ansible issues
Sort by recently updated
recently updated
newest added

I had a few more issues with VMs with more than one network interfaces , added `--kubelet-extra-args=` for that i also needed a central user store for k8s , so...

Hi, this PR is related to #11 and removes the `--config` CLI switch where it was giving errors. Also enables different extra_args for controller and workers: before, it wasn't possible...

Hi, the role **k0s/initial_controller** utilizes the command: `k0s token create --role controller --config {{ k0s_config_dir }}/k0s.yaml` It looks like the flag --config is not valid anymore: ``` $ k0s token...

Hi team, I am following this document < https://docs.k0sproject.io/v1.23.6+k0s.2/examples/ansible-playbook/ > to create k0s cluster using ansible, on the Linux/AMD64 AWS bare metal instance. It seems like the k0s cluster got...

Is there a way to disable control plane isolation? It seems if I want to unify master/worker I can't.

Use k0s_single_node boolean variable to deploy k0s in single node mode. Worker is enabled automatically. Unneeded tasks are skipped from running.