1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-03-25 00:54:44 +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

@@ -1,2 +1,8 @@
docker_ce_version_to_install: 18.03.1
kube_init_network_interface: enp0s8
docker_ce_version_to_install: 18.03.1
kube_init_network_interface: enp0s8
# Kubernetes pod network. Choices are:
# flannel
# weavenet
# calico
kube_network: weavenet