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
The prepare.sh script runs smoothly when there're 3 master nodes and 3 worker nodes at least.
However,If I list one master, one worker node as following in the inventory file:
I got following error in the step generating dnsmasq.conf :
TASK [Generate dnsmasq.conf file] *************************************************************************************************************************************************************
Tuesday 25 October 2022 00:00:45 -0700 (0:00:00.301) 0:01:19.492 *******
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ansible.errors.AnsibleUndefinedVariable: list object has no element 1
fatal: [localhost]: FAILED! => changed=false
msg: 'AnsibleUndefinedVariable: list object has no element 1'
The text was updated successfully, but these errors were encountered:
The
prepare.sh
script runs smoothly when there're 3 master nodes and 3 worker nodes at least.However,If I list one master, one worker node as following in the inventory file:
I got following error in the step
generating dnsmasq.conf
:The text was updated successfully, but these errors were encountered: