Update roles/kube-master/tasks/main.yml

This commit is contained in:
2025-10-12 18:45:40 +00:00
parent 8a03d8c150
commit 03305554d8

View File

@ -38,3 +38,7 @@
kubectl apply -f https://docs.projectcalico.org/manifests/calico.yaml
environment:
KUBECONFIG: /home/fenix/.kube/config
- name: Get kubeadm join command
shell: kubeadm token create --print-join-command
register: join_cmd