You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running role on a fresh set of VMs with kube-vip as a VIP controller and rke2_api_ip set to that VIP, role fails on
TASK [lablabs.rke2 : Wait for the first server be ready - with CNI]
I believe this is because kube-vip manifests are put on disk AFTER running tasks from first_server.yml. If those 2 sections could be swapped, it would most likely solve the issue.
Role fails onTASK [lablabs.rke2 : Wait for the first server be ready - with CNI] *************************************************************************************************FAILED - RETRYING:
The text was updated successfully, but these errors were encountered:
Summary
When running role on a fresh set of VMs with kube-vip as a VIP controller and
rke2_api_ip
set to that VIP, role fails onI believe this is because
kube-vip
manifests are put on disk AFTER running tasks fromfirst_server.yml
. If those 2 sections could be swapped, it would most likely solve the issue.Issue Type
Bug Report
Ansible Version
Steps to Reproduce
Start a new cluster with the following variables
Expected Results
I expect the playbook to run properly
Actual Results
The text was updated successfully, but these errors were encountered: