15 lines
425 B
JSON
15 lines
425 B
JSON
{
|
|
"k8s_nodejoin": {
|
|
"admin_host": null,
|
|
"admin_port": null,
|
|
"admin_user": null,
|
|
"cluster": "kubernetes",
|
|
"cp_hostname": "controlplane",
|
|
"name": "k8s-nodejoin",
|
|
"source_cmd": "kubeadm token create --print-join-command > /tmp/k8s_join.sh",
|
|
"source_path": "/tmp/k8s_join.sh",
|
|
"ssh_key_path": null,
|
|
"target_cmd": "sudo bash /tmp/k8s_join.sh",
|
|
"target_path": "/tmp/k8s_join.sh"
|
|
}
|
|
}
|