lablabs / ansible-role-rke2

Ansible Role to install RKE2 Kubernetes.
https://galaxy.ansible.com/ui/standalone/roles/lablabs/rke2/
MIT License
330 stars 158 forks source link

bug: Can not provision cluster #253

Open hoangphuocbk opened 1 month ago

hoangphuocbk commented 1 month ago

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
MonolithProjects commented 1 month ago

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