Update 'k8s/initialize.yml'

master
alecsandru 9 months ago
parent 11a41466a5
commit 33523bba11
  1. 2
      k8s/initialize.yml

@ -34,7 +34,7 @@
token: "{{ K8S_CP_JOIN_COMMAND.stdout }}" token: "{{ K8S_CP_JOIN_COMMAND.stdout }}"
- name: Show command - name: Show command
debug: debug:
msg: "{{ hostvars['K8S_CP_JOIN_DH']['token'] | regex_replace('[\\\\]+[n,t]', ' ')}}" msg: "{{ hostvars['K8S_CP_JOIN_DH']['token'] | regex_replace('([\\]+[n,t])', ' ')}}"
- name: Join k8s masters to the cluster - name: Join k8s masters to the cluster
hosts: masters hosts: masters
become: yes become: yes

Loading…
Cancel
Save