mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"id": "node3",
|
|
"name": "Worker Node",
|
|
"profile": "bootkube-worker",
|
|
"selector": {
|
|
"mac": "52:54:00:c3:61:77",
|
|
"os": "installed"
|
|
},
|
|
"metadata": {
|
|
"domain_name": "node3.example.com",
|
|
"etcd_endpoints": "node1.example.com:2379",
|
|
"k8s_dns_service_ip": "10.3.0.10",
|
|
"ssh_authorized_keys": [
|
|
"ADD ME"
|
|
]
|
|
}
|
|
}
|