Browse Source

fix kubectl perms

pull/57/head
Smaine Kahlouch 8 years ago
parent
commit
eab2cec0ad
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/master/tasks/main.yml

2
roles/kubernetes/master/tasks/main.yml

@ -14,7 +14,7 @@
delegate_to: "{{ groups['downloader'][0] }}"
- name: Perms kubectl binary
file: path={{ bin_dir }}/kubelet owner=kube mode=0755 state=file
file: path={{ bin_dir }}/kubectl owner=kube mode=0755 state=file
- name: populate users for basic auth in API
lineinfile:

Loading…
Cancel
Save