Install Kubernetes 1.11 and go back to Ubuntu Xenial until Bionic is officially supported

This commit is contained in:
Paul-Henri Froidmont 2018-09-25 17:07:38 +02:00
parent 5acc7652a9
commit bf83e675f2
26 changed files with 765 additions and 7 deletions

View file

@ -6,9 +6,17 @@
- role: docker
tags: docker
- hosts: k8s_masters
gather_facts: false
roles:
- role: etcd
tags: etcd
- hosts: k8s_proxy:k8s_masters:k8s_workers
gather_facts: false
roles:
- role: kubernetes
tags: kubernetes
#- hosts: localhost
# become: yes
# gather_facts: no