Browse Source

Fix calico-kube-controller becomes Error for canal (#7564)

pull/7572/head
muzi502 3 years ago
committed by GitHub
parent
commit
1b267b6599
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/network_plugin/canal/tasks/main.yml

1
roles/network_plugin/canal/tasks/main.yml

@ -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"}

Loading…
Cancel
Save