Revert comments
This commit is contained in:
parent
d554120e31
commit
490cb5c3e6
2 changed files with 7 additions and 7 deletions
|
@ -6,9 +6,9 @@
|
|||
become: yes
|
||||
|
||||
roles:
|
||||
# - dns
|
||||
# - proxy
|
||||
# - kubernetes
|
||||
- dns
|
||||
- proxy
|
||||
- kubernetes
|
||||
|
||||
tasks:
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
- debug:
|
||||
var: k8s_ca_cert_hash
|
||||
|
||||
# - name: join nodes to cluster
|
||||
# shell: kubeadm join [2001:470:6d:22c:42::1]:6443 --token {{ k8s_token }} --discovery-token-ca-cert-hash sha256:{{ k8s_ca_cert_hash }}
|
||||
# delegate_to: "{{ item }}"
|
||||
# with_items: "{{ k8s-nodes }}"
|
||||
- name: join nodes to cluster
|
||||
shell: kubeadm join [2001:470:6d:22c:42::1]:6443 --token {{ k8s_token }} --discovery-token-ca-cert-hash sha256:{{ k8s_ca_cert_hash }}
|
||||
delegate_to: "{{ item }}"
|
||||
with_items: "{{ k8s-nodes }}"
|
Loading…
Add table
Add a link
Reference in a new issue