Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 538 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 538 Bytes

kube-install

Install

  • update inventory file according to install location
  • add DNS entry and update in variables files for both roles or create a group vars file for shared variable (DNS entry can be either controller nodes or loadbalancer VIP IP/IPs)
  • ansible-playbook kube-install.yml -i inventory//
  • note token and ca_hash from output
  • Use ansible vault to encrypt
  • Add that output to roles/kubernetes-workers/vars/main.yml in relevant location
  • ansible-playbook kube-workers.yml -i inventory//