We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7297749 commit a6f3692Copy full SHA for a6f3692
infrastructure/server-setup/tasks/init-master.yml
@@ -45,6 +45,7 @@
45
module: copy
46
content: "{{ join_command.stdout }}"
47
dest: ./join-command.sh
48
+ force: yes
49
50
- name: Display initialization result
51
when: not k8s_init_check.stat.exists
infrastructure/server-setup/tasks/install-network-plugin.yml
@@ -1,7 +1,7 @@
1
# TODO: Make Kubernetes components
2
---
3
- name: Install Tigera Operator
4
- shell: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/{{ calico_version }}/manifests/tigera-operator.yaml
+ shell: kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/{{ calico_version }}/manifests/tigera-operator.yaml
5
environment:
6
KUBECONFIG: /home/provision/.kube/config
7
register: tigera_result
0 commit comments