Skip to content

1.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 21:45
· 275 commits to refs/heads/main since this release
ff23dfd

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 and node_taints variables, by @MonolithProjects (#126)

Breaking change

  • #126 change removed variables rke2_server_taint, node_taints and added variables rke2_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 add CriticalAddonsOnly=true:NoExecute taint to the server nodes), you should now add this taint to rke2_server_node_taints.
    rke2_server_node_taints:
        - 'CriticalAddonsOnly=true:NoExecute'