Skip to content
Snippets Groups Projects
Unverified Commit 975f8449 authored by faruryo's avatar faruryo Committed by GitHub
Browse files

Fix calico-kube-controller becomes Error (#7548)

Change mode so that calico-kube-controllers can be read because it was changed to run as non-root
https://github.com/projectcalico/kube-controllers/pull/566
parent 7c86734d
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
src: "{{ etcd_cert_dir }}/{{ item.s }}"
dest: "{{ calico_cert_dir }}/{{ item.d }}"
state: hard
mode: 0640
force: yes
with_items:
- {s: "{{ kube_etcd_cacert_file }}", d: "ca_cert.crt"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment