Skip to content

Commit a6f3692

Browse files
committed
fix
1 parent 7297749 commit a6f3692

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

infrastructure/server-setup/tasks/init-master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
module: copy
4646
content: "{{ join_command.stdout }}"
4747
dest: ./join-command.sh
48+
force: yes
4849

4950
- name: Display initialization result
5051
when: not k8s_init_check.stat.exists

infrastructure/server-setup/tasks/install-network-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TODO: Make Kubernetes components
22
---
33
- name: Install Tigera Operator
4-
shell: kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/{{ calico_version }}/manifests/tigera-operator.yaml
4+
shell: kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/{{ calico_version }}/manifests/tigera-operator.yaml
55
environment:
66
KUBECONFIG: /home/provision/.kube/config
77
register: tigera_result

0 commit comments

Comments
 (0)