ansible-role-rke2 icon indicating copy to clipboard operation
ansible-role-rke2 copied to clipboard

bug: Can not provision cluster

Open hoangphuocbk opened this issue 4 months ago • 1 comments

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

hoangphuocbk avatar Oct 04 '24 10:10 hoangphuocbk