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

Results 90 k3s-ansible issues
Sort by recently updated
recently updated
newest added

This work started as part of the openSUSE hackweek 21 project: https://hackweek.opensuse.org/21/projects/extend-k3s-ansible-support-with-new-functionalities-or-fork-slash-create-new-one This commit includes the work done in these 2 branches: - multiserver-HA-etcd - SUSE_systems_prereqs HA multiserver deployments with...

Adds support for SELinux on CentOS 7 and 8 as well as RedHat Enterprise Linux 7 and 8.

iptables is no longer the default firewall for Raspberry Pi OS from Bullseye and onwards and is now nftables. Causing errors on flushing the iptables in roles/raspberrypi/tasks/prereq/Raspbian.yml I think it...

When installing on the x64 Rasbian lite I got the below errors FAILED! => {"changed": false, "msg": "Unable to start service k3s-node: Job for k3s-node.service failed because the control process...

This enables initializing a cluster in HA mode with an embedded DB. https://rancher.com/docs/k3s/latest/en/installation/ha-embedded/ When multiple masters are specified in the master group, k3s-ansible will add the necessary flags during the...

playbook should to remove useless netns while reset.

Hello What is the process for upgrading the kubernetes version? Do I just have to change the version in group_vars and then run the playbook again or is this not...

I use Hetzner Cloud machines with Debian Bullseye. Everything looked fine after the Ansible script executed, but a closer look revealed: Not a single pod came up successfully. The solution...

Added a new `apiserver_port` variable to allow users to specify an alternate port for the loadbalanced apiserver endpoint. This is required if port 6443 is already in use on the...