Import Ansible playbook for bootstrap k8s cluster
This commit is contained in:
parent
5068274017
commit
a6706498b6
17 changed files with 230 additions and 3 deletions
12
contrib/ansible/group_vars/all/main.yml
Normal file
12
contrib/ansible/group_vars/all/main.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
k8s_version: '1.17.5'
|
||||
k8s_first_master_node: 'k8s-demo'
|
||||
k8s_domain: coins.k8s.demo.ix.gs
|
||||
k8s_pod_network: '192.168.0.0/16'
|
||||
k8s_service_network: '10.254.0.0/24'
|
||||
k8s_controlplane_vip: '10.129.0.194'
|
||||
k8s_controlplane_address: '{{ k8s_controlplane_vip }}:6443'
|
||||
k8s_cluster_name: k8s-demo
|
||||
|
||||
cloud_provider: baremetal
|
||||
ha_enabled: false
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue