1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-05-16 09:09:00 +00:00

Added support for more pod networks and deployed traefik as a daemon set

This commit is contained in:
2018-12-20 07:21:58 -05:00
parent 3cd8c9733d
commit 5463188d89
8 changed files with 91 additions and 491 deletions

View File

@@ -66,4 +66,5 @@
state: present
sysctl_set: yes
reload: yes
become: true
become: true
when: kube_network == "flannel" or kube_network == "weavenet"