Releases: githubixx/ansible-role-longhorn-kubernetes
Releases · githubixx/ansible-role-longhorn-kubernetes
0.2.1+1.4.1
What's Changed
- update Longhorn to v1.4.1 by @githubixx in #3
Full Changelog: 0.2.0+1.4.0...0.2.1+1.4.1
0.2.0+1.4.0
What's Changed
- BREAKING:
longhorn_nodesvariable was replaced bylonghorn_nodes_userandlonghorn_nodes_systemvariables. - introduce
longhorn_label_nodesvariable to let the role set labels on the K8s worker nodes. - introduce
longhorn_node_selector_userandlonghorn_node_selector_systemvariable. This makes it possible to run Longhorn user and system components on specific K8s nodes which have a specific node label set. - introduce
longhorn_actionadd-node-labelandremove-node-label. - set default
longhorn_actioninmolecule/default/converge.ymltotemplate. - add variables for testing node labels and node selectors to
molecule/default/group_vars/all.yml. - change/add Ansible host groups in
molecule/default/molecule.ymlfor testing node labels and node selectors. - rename
actionvariable tocilium_actioninmolecule/default/prepare.yml - add tasks for K8s node labeling
- handle K8s node labeling in
tasks/(delete|install|upgrade).yml - change order of execution in
tasks/main.yml. TaskSet default action...should run beforeExecute OS specific taskstask templates/longhorn_values_default.yml.j2: addcsi.kubeletRootDirproperty / add more comments / addstorageMinimalAvailablePercentage: 10value / addreplicaAutoBalance: best-effortvalue / add handling for K8s node labels
- 0.2.0+1.4.0 by @githubixx in #2
Full Changelog: 0.1.0+1.4.0...0.2.0+1.4.0
v0.1.0+1.4.0
- initial commit