Releases: lablabs/ansible-role-rke2
Releases · lablabs/ansible-role-rke2
1.22.0
What's changed
Features
- Provide option to disable kube-proxy, by @schinmai-akamai (#141)
- Add ability for RKE2 server to listen on private IP address, by @erikfuego (#140)
1.21.0
1.20.1
1.20.0
1.19.1
1.19.0
What's changed
Features
- Remove option taints because it affects core services and other apps in k8s, by @DungT9x (#123)
- Replace copy module with the template, by @hamatuni (#124)
- Extended #123 change and removed
rke2_server_taint
andnode_taints
variables, by @MonolithProjects (#126)
Breaking change
- #126 change removed variables
rke2_server_taint
,node_taints
and added variablesrke2_server_node_taints
,rke2_server_node_taints
using which you can set node taints for server and agent nodes. - If you had previously set the variable
rke2_server_taint: true
(this would addCriticalAddonsOnly=true:NoExecute
taint to the server nodes), you should now add this taint torke2_server_node_taints
.rke2_server_node_taints: - 'CriticalAddonsOnly=true:NoExecute'
1.18.1
What's changed
Bug Fixes
- Flush handlers after configuring sysctl, by @danragnar (#120)
- Fill in the missing "/" when download RKE2 artifacts, by @bobdxiao (#119)
1.18.0
What's changed
Features
- Restart rke2 when config file in /etc/rancher/rke2/config.yam…, by @DungT9x (#113)
- Host-level CIS hardening tasks, by @MonolithProjects (#115)