1
0
mirror of https://github.com/jcwimer/kubernetes-ansible synced 2026-03-25 00:54:44 +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,8 +1,19 @@
docker_ce_version_to_install: 18.03.1
kube_init_network_interface: enp0s8
# Kubernetes pod network. Choices are:
# flannel
# weavenet
# calico
kube_network: weavenet
# rke
# The directory for copying RKE config files to deploy the cluster. This is a local directory.
rke_directory: /root/rke
# The directory for copying RKE config files onto the kubernetes nodes. This folder will be created if it does not exist.
rke_node_directory: /rke
rke_version: 0.2.1
rke_cluster_name: rke-k8s
# The ssh key location to ssh into the kubernetes nodes. This is overrode by supporting-scripts/run-setup.sh
rke_ssh_key_location: /root/id_rsa
# Internal domain for kubernetes api to respond on
domain: test.local
# Standard ssh user for kubernetes nodes.
standard_user: user
# Optional - leave a localhost if you do not define. This is a vip address for kubernetes api to respond on if fronted by haproxy.
vip_address: localhost