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,6 +1,7 @@
[masters]
192.168.254.2
master1 ansible_host=192.168.254.2
[workers]
192.168.254.3
192.168.254.4
192.168.254.5
worker1 ansible_host=192.168.254.3
worker2 ansible_host=192.168.254.4
worker3 ansible_host=192.168.254.5