ansible-role-rke2
ansible-role-rke2 copied to clipboard
bug: Can not provision cluster
Summary
after this commit https://github.com/lablabs/ansible-role-rke2/pull/246/files
{% if rke2_bind_address is defined %}
bind-address: {{ rke2_bind_address }}
{% endif %}
the rke2 cluster can not provision when we use kube-vip, because bind-address
should be listened on 0.0.0.0 rather specific one on server nodes.
Issue Type
Bug Report
Ansible Version
abc
Steps to Reproduce
Expected Results
abc
Actual Results
abc