Skip to content

Commit

Permalink
installing flannel through ansible is working fine
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenkamini committed Feb 22, 2023
1 parent 1207477 commit 55d3eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/plays/install_flannel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- hosts: all
- hosts: masters
# vars:
# foo: bar

Expand All @@ -12,5 +12,5 @@

- name: add flannel
shell: |
kubectl apply -f /etc/kubernetes/kube-flannel.yml
KUBECONFIG=/etc/kubernetes/admin.conf kubectl apply -f /etc/kubernetes/kube-flannel.yml

0 comments on commit 55d3eb3

Please sign in to comment.