We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
abc
Steps to Reproduce
Expected Results
abc
Actual Results
abc
The text was updated successfully, but these errors were encountered: