1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-04-15 09:07:04 +00:00

Changed from Kubeadm to RKE for deployment

This commit is contained in:
2019-05-03 15:10:23 -04:00
parent 0537239d74
commit fc94d74b32
16 changed files with 477 additions and 83 deletions

View File

@@ -1,3 +1,9 @@
docker_ce_version_to_install: 18.03.1
kube_init_network_interface: enp0s8
kube_network: weavenet
# rke
rke_directory: /home/vagrant/rke
rke_node_directory: /rke
rke_version: 0.2.1
rke_cluster_name: rke-k8s
vip_address: localhost
domain: test.local
standard_user: vagrant