mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
* Verify all examples and docs work correctly * Exclude contrib k8s and systemd which will be updated and verified in a followup commit
19 lines
519 B
JSON
19 lines
519 B
JSON
{
|
|
"id": "node3",
|
|
"name": "k8s worker",
|
|
"profile": "k8s-worker",
|
|
"selector": {
|
|
"mac": "52:54:00:c3:61:77"
|
|
},
|
|
"metadata": {
|
|
"container_runtime": "rkt",
|
|
"domain_name": "node3.example.com",
|
|
"etcd_initial_cluster": "node1=http://node1.example.com:2380",
|
|
"k8s_cert_endpoint": "http://matchbox.foo:8080/assets",
|
|
"k8s_controller_endpoint": "https://node1.example.com",
|
|
"k8s_dns_service_ip": "10.3.0.10",
|
|
"k8s_etcd_endpoints": "http://node1.example.com:2379",
|
|
"pxe": "true"
|
|
}
|
|
}
|