Update 'k8s/initialize.yml'

This commit is contained in:
2024-05-04 14:42:47 +00:00
parent 1b22316ae2
commit c665d1f9bc

View File

@@ -44,7 +44,7 @@
- name: Execute image pull
shell: kubeadm config images pull
- name: Join the clusters
shell: {{ hostvars['K8S_CP_JOIN_DH']['token'] }}
shell: "{{ hostvars['K8S_CP_JOIN_DH']['token'] }}"
# - name: Reboot machine to finaliza presetup
# reboot:
# reboot_timeout: 3600