Fix kube-proxy on master

This commit is contained in:
Smaine Kahlouch
2015-11-30 16:41:22 +01:00
parent 97c4edc028
commit 126d4e36c8
3 changed files with 7 additions and 5 deletions

View File

@@ -20,7 +20,6 @@
- name: Write kubelet config file
template: src=kubelet.j2 dest=/etc/systemd/system/kubelet.service.d/10-kubelet.conf backup=yes
notify:
- reload systemd
- restart kubelet
- name: write the kubecfg (auth) file for kubelet
@@ -34,7 +33,6 @@
- name: Write proxy config file
template: src=proxy.j2 dest=/etc/systemd/system/kube-proxy.service.d/10-proxy-cluster.conf backup=yes
notify:
- reload systemd
- restart proxy
- name: write the kubecfg (auth) file for kube-proxy