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 PR does a few things but the primary item is it uses keepalived across the server/master nodes to fail-over an `apiserver_endpoint` virtual IP address. This addresses the need for...

On Rhel 8.4 ansible_distribution is set to RedHat so the current when condition will fail Added "RedHat" to the when condition.

This is something I think we might be able to get configured in the Ansible playbook, but I didn't see (at a glance at least) if it was something supported...

enhancement

When I tried to run the playbook, the download process failed because of some network issues. Since only some of the nodes can download the requirements for k3s, the cluster...

Provide details about how to update kubeconfig in a non-destructive manner.

When using this in a complex configuration is rather confusing to have "master" and "node" in the host group since they might not refer to k3s, would be nice to...

wontfix

I've copied my SSH key using: ```bash ssh-copy-id -i ~/.ssh/id_rsa.pub @ ``` I then attempt to login to the machine with: ```bash ssh @ ``` And I successfully login, no...

This pull request is still ongoing and related to #13 There is probably a better way to structure molecule tests (I'm a bit new to molecule) One thing I've noticed...