1.19.0
github-actions
released this
29 Dec 21:45
·
275 commits
to refs/heads/main
since this release
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'