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

This commit is contained in:
2025-10-16 13:03:35 +00:00
parent 00df9cc443
commit 80ebba6f0f

View File

@ -43,6 +43,13 @@
delay: 6
become: yes
- name: Install Calico CNI
become: yes
become_user: fenix
shell: |
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.30.3/manifests/tigera-operator.yaml
environment:
KUBECONFIG: /home/fenix/.kube/config
- name: Install Calico CNI
become: yes