mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Install Kubernetes 1.11 and go back to Ubuntu Xenial until Bionic is officially supported
This commit is contained in:
parent
5acc7652a9
commit
bf83e675f2
26 changed files with 765 additions and 7 deletions
8
k8s.yml
8
k8s.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue