Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from tedsluis/dev-weave-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short authored Apr 26, 2018
2 parents a9a8c69 + ba8101d commit b6a18a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/master/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
register: kubeadm_join

- name: Install Weave (Networking)
shell: kubectl apply -f https://git.io/weave-kube-1.6
shell: kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"

- name: Poke kubelet
systemd:
name: kubelet
state: restarted
daemon_reload: yes
enabled: yes
register: kubelet_poke
register: kubelet_poke

0 comments on commit b6a18a4

Please sign in to comment.