diff --git a/examples/groups/bootkube-install/node1.json b/examples/groups/bootkube-install/node1.json index 3d2042c6..7ac75af2 100644 --- a/examples/groups/bootkube-install/node1.json +++ b/examples/groups/bootkube-install/node1.json @@ -7,17 +7,14 @@ "os": "installed" }, "metadata": { - "ipv4_address": "172.15.0.21", - "etcd_initial_cluster": "node1=http://172.15.0.21:2380,node2=http://172.15.0.22:2380,node3=http://172.15.0.23:2380", + "domain_name": "node1.example.com", + "etcd_initial_cluster": "node1=http://node1.example.com:2380", "etcd_name": "node1", + "k8s_controller_endpoint": "https://node1.example.com:443", "k8s_dns_service_ip": "10.3.0.10", - "k8s_master_endpoint": "https://172.15.0.21:443", + "k8s_etcd_endpoints": "http://node1.example.com:2379", "k8s_pod_network": "10.2.0.0/16", "k8s_service_ip_range": "10.3.0.0/24", - "k8s_etcd_endpoints": "http://172.15.0.21:2379,http://172.15.0.22:2379,http://172.15.0.23:2379", - "networkd_address": "172.15.0.21/16", - "networkd_dns": "172.15.0.3", - "networkd_gateway": "172.15.0.1", "ssh_authorized_keys": [ "ADD ME" ] diff --git a/examples/groups/bootkube-install/node2.json b/examples/groups/bootkube-install/node2.json index 0602dea0..ce4c7452 100644 --- a/examples/groups/bootkube-install/node2.json +++ b/examples/groups/bootkube-install/node2.json @@ -7,16 +7,12 @@ "os": "installed" }, "metadata": { - "ipv4_address": "172.15.0.22", - "etcd_initial_cluster": "node1=http://172.15.0.21:2380,node2=http://172.15.0.22:2380,node3=http://172.15.0.23:2380", - "etcd_name": "node2", + "domain_name": "node2.example.com", + "etcd_initial_cluster": "node1=http://node1.example.com:2380", + "k8s_controller_endpoint": "https://node1.example.com:443", "k8s_dns_service_ip": "10.3.0.10", - "k8s_master_endpoint": "https://172.15.0.21:443", "k8s_pod_network": "10.2.0.0/16", "k8s_service_ip_range": "10.3.0.0/24", - "networkd_address": "172.15.0.22/16", - "networkd_dns": "172.15.0.3", - "networkd_gateway": "172.15.0.1", "ssh_authorized_keys": [ "ADD ME" ] diff --git a/examples/groups/bootkube-install/node3.json b/examples/groups/bootkube-install/node3.json index f2a9cc4a..02397cc6 100644 --- a/examples/groups/bootkube-install/node3.json +++ b/examples/groups/bootkube-install/node3.json @@ -7,16 +7,12 @@ "os": "installed" }, "metadata": { - "ipv4_address": "172.15.0.23", - "etcd_initial_cluster": "node1=http://172.15.0.21:2380,node2=http://172.15.0.22:2380,node3=http://172.15.0.23:2380", - "etcd_name": "node3", + "domain_name": "node3.example.com", + "etcd_initial_cluster": "node1=http://node1.example.com:2380", + "k8s_controller_endpoint": "https://node1.example.com:443", "k8s_dns_service_ip": "10.3.0.10", - "k8s_master_endpoint": "https://172.15.0.21:443", "k8s_pod_network": "10.2.0.0/16", "k8s_service_ip_range": "10.3.0.0/24", - "networkd_address": "172.15.0.23/16", - "networkd_dns": "172.15.0.3", - "networkd_gateway": "172.15.0.1", "ssh_authorized_keys": [ "ADD ME" ]