Skip to content

Commit

Permalink
Fix calico-kube-controller becomes Error for canal (kubernetes-sigs#7564
Browse files Browse the repository at this point in the history
)
  • Loading branch information
muzi502 authored Apr 28, 2021
1 parent dd6efb7 commit 1b267b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/network_plugin/canal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
src: "{{ etcd_cert_dir }}/{{ item.s }}"
dest: "{{ canal_cert_dir }}/{{ item.d }}"
state: hard
mode: 0640
force: yes
with_items:
- {s: "{{ kube_etcd_cacert_file }}", d: "ca_cert.crt"}
Expand Down

0 comments on commit 1b267b6

Please sign in to comment.