ansible-role-rke2 icon indicating copy to clipboard operation
ansible-role-rke2 copied to clipboard

Ansible Role to install RKE2 Kubernetes.

Results 32 ansible-role-rke2 issues
Sort by recently updated
recently updated
newest added

data-dir option was missing in config.yaml template # Description The data-dir option was missing in config.yaml.j2 template and so the role always used the standard directory /var/lib/rancher/rke2 ## Type of...

### Summary I upgraded rke2 from v1.22.9 to v1.23.9 which actually worked fine, but I noticed that some worker nodes were upgraded in between the master nodes which goes against...

bug

### Summary Changed made in /etc/rancher/rke2/config.yaml need restart. ie added tls-san, changed network plugin or cluster-cidr. ### Issue Type Feature Idea

enhancement

### Summary While trying to add a new worker node to the existing HA cluster, it restarts the RKE2 services of all existing master and worker nodes. Also, it takes...

enhancement

### Summary While creating a new server ansible was stuck in "Restore etcd" block execution for a long time. ### Issue Type Bug Report ### Ansible Version ```console ansible [core...

bug

### Summary Jul 01 13:23:15 server04 rke2[997]: time="2022-07-01T13:23:15+02:00" level=warning msg="Cluster CA certificate is not trusted by the host CA bundle, but the token does not include a CA hash. Use...

bug

### Summary Hey, I've tried out this role and am already a fan of it over [Rancher's role](https://github.com/rancherfederal/rke2-ansible) as it is published on ansible-galaxy, which [doesn't seem to be on...

enhancement

### Summary Imagine your invetory comes from ex netbox. that means you dont control order of ex servers coming. so if you add a new server and run your ansible...

enhancement

### Summary I just made the part for taints. I could do something similar for nodelabels to set specific labels per node. ### Issue Type Feature Idea

enhancement

### Summary When trying to restore etcd snapshot, the block "Restore etcd" in the first_server.yml file is skipped due to the following condition : 'and ( "rke2-server.service" is not in...

bug