mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-03-21 12:43:25 +00:00
20 lines
537 B
JSON
20 lines
537 B
JSON
{
|
|
"id": "node1",
|
|
"name": "k8s controller",
|
|
"profile": "k8s-master",
|
|
"selector": {
|
|
"mac": "52:54:00:a1:9c:ae"
|
|
},
|
|
"metadata": {
|
|
"domain_name": "node1.example.com",
|
|
"etcd_initial_cluster": "node1=http://node1.example.com:2380",
|
|
"etcd_name": "node1",
|
|
"k8s_cert_endpoint": "http://bootcfg.foo:8080/assets",
|
|
"k8s_dns_service_ip": "10.3.0.10",
|
|
"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",
|
|
"pxe": "true"
|
|
}
|
|
}
|