Releases: PyratLabs/ansible-role-k3s
Releases · PyratLabs/ansible-role-k3s
v2.10.3
Notable changes
- fix: typo #133
- fix: restore clustering and avoid failure with jinja2_native=true #135
- fix: do ignore etcd member count when uninstalling #136
Contributors
v2.10.2
Notable changes
- Role is now tested against RockyLinux
v2.10.1
Notable changes
- Case insensitive control node lookup #126
Contributors
v2.10.0
Notable changes
- Only deploy templates on primary controller #119
- Allow control plane static pods #120
- Add support for specifying URLs in templates #124
Contributors
v2.9.1
Notable changes
- Documentation, remove references to deprecated configuration techniques #115
- Bugfix: Templating issue.
v2.9.0
Notable changes
- Feature: Support k3s private registry configuration #114
Contributors
v2.8.5
Notable changes
- Bugfix: Unmount CSI plugin folder to avoid data lost on uninstall #113
Contributors
v2.8.4
Notable changes
- Fixed issue with draining nodes #112
Contributors
v2.8.3
Notable changes
- Typo fix in README.md #110
- Fixed check mode for cgroup test #111
- Added check mode into molecule test sequence
inventory.yml
is now blockinfile
Contributors
v2.8.2
Notable changes
- #105 - Added Ansible v2.9.16 support
- #102 - Pre-check for cgroup status
Known issues
- As per README.md, you require
ansible
>= 2.9.16
or ansible-base
>= 2.10.4. See #105(comment)