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
TASK [geerlingguy.kubernetes : Set the kubeadm join command globally.] *********************************************************************
skipping: [kub02] => (item=kubmaster)
skipping: [kub02] => (item=kub01)
skipping: [kub02] => (item=kub02)
skipping: [kub02] => (item=kub03)
skipping: [kub03] => (item=kubmaster)
skipping: [kub03] => (item=kub01)
skipping: [kub03] => (item=kub02)
skipping: [kub03] => (item=kub03)
TASK [geerlingguy.kubernetes : include_tasks] **********************************************************************************************
included: /home/ansible/.ansible/roles/geerlingguy.kubernetes/tasks/node-setup.yml for kub02
included: /home/ansible/.ansible/roles/geerlingguy.kubernetes/tasks/node-setup.yml for kub03
TASK [geerlingguy.kubernetes : Ensure kubelet is started and enabled at boot.] *************************************************************
ok: [kub01]
TASK [geerlingguy.kubernetes : Join node to Kubernetes master] *****************************************************************************
fatal: [kub02]: FAILED! =>
msg: |-
The task includes an option with an undefined variable. The error was: 'kubernetes_join_command' is undefined
The error appears to be in '/home/ansible/.ansible/roles/geerlingguy.kubernetes/tasks/node-setup.yml': line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
---
- name: Join node to Kubernetes master
^ here
The text was updated successfully, but these errors were encountered:
I am having the same problem after having dealt with VirtualBox's restricting private networks to 192.168.56.0 and switching to bento/debian-11.6 to deal with missing update packages.
VMs: "Ubuntu 22.04.1 LTS"
$ ansible-galaxy role list | grep geerling
playbook:
Partial run output:
The text was updated successfully, but these errors were encountered: