mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 08:43:05 +00:00
Update roles/kube-master/tasks/main.yml
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user