Update 'k8s/initialize.yml'

master
alecsandru 9 months ago
parent 1b22316ae2
commit c665d1f9bc
  1. 2
      k8s/initialize.yml

@ -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
Loading…
Cancel
Save