fix network

This commit is contained in:
D4rk4 2020-07-31 14:36:44 +02:00
parent c294cf1694
commit a22215fa08
2 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,7 @@ 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_vip: '100.100.100.15'
k8s_controlplane_address: '{{ k8s_controlplane_vip }}:6443'
k8s_cluster_name: k8s-demo