Open hoangphuocbk opened 1 month ago
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.
bind-address
Bug Report
abc
Hi @hoangphuocbk, this is optional. You don't have to use this variable. If it's not set, the RKE2 default value for bind-address is 0.0.0.0
0.0.0.0
Summary
after this commit https://github.com/lablabs/ansible-role-rke2/pull/246/files
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
Steps to Reproduce
Expected Results
abc
Actual Results