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
I had an issue when executing vagrant up, in the ansible playbook execution :
TASK [kubernetes/cluster : KUBERNETES | Set kubeadm join command globally] *****
fatal: [kubernetes02]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'kubernetes_join_command'\n\nThe error appears to have been in '/Users/thomas/Dev/Tests/ansible_kubernetes/roles/kubernetes/cluster/tasks/main.yml': line 42, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: KUBERNETES | Set kubeadm join command globally\n ^ here\n"}
fatal: [kubernetes03]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'ansible.vars.hostvars.HostVarsVars object' has no attribute 'kubernetes_join_command'\n\nThe error appears to have been in '/Users/thomas/Dev/Tests/ansible_kubernetes/roles/kubernetes/cluster/tasks/main.yml': line 42, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: KUBERNETES | Set kubeadm join command globally\n ^ here\n"}
I had an issue when executing
vagrant up
, in the ansible playbook execution :Material & Versions :
The text was updated successfully, but these errors were encountered: