mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Update the etcd topology in the k8s and k8s-install static manifest clusters to mirror the self-hosted Kubernetes setup
21 lines
577 B
JSON
21 lines
577 B
JSON
{
|
|
"id": "node2",
|
|
"name": "k8s worker",
|
|
"profile": "k8s-worker",
|
|
"selector": {
|
|
"mac": "52:54:00:b2:2f:86"
|
|
},
|
|
"metadata": {
|
|
"etcd_initial_cluster": "node1=http://172.17.0.21:2380",
|
|
"ipv4_address": "172.17.0.22",
|
|
"k8s_cert_endpoint": "http://bootcfg.foo:8080/assets",
|
|
"k8s_controller_endpoint": "https://172.17.0.21",
|
|
"k8s_dns_service_ip": "10.3.0.10",
|
|
"k8s_etcd_endpoints": "http://172.17.0.21:2379",
|
|
"networkd_address": "172.17.0.22/16",
|
|
"networkd_dns": "172.17.0.3",
|
|
"networkd_gateway": "172.17.0.1",
|
|
"pxe": "true"
|
|
}
|
|
}
|