github lablabs/ansible-role-rke2 1.19.0

latest releases: 1.40.3, 1.40.2, 1.40.1...
2 years ago

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'

Don't miss a new ansible-role-rke2 release

NewReleases is sending notifications on new releases.