23 lines
No EOL
1.2 KiB
JSON
23 lines
No EOL
1.2 KiB
JSON
{
|
|
"id": "e6b257c4-c698-4e99-a3d2-d7ea3cac19a2",
|
|
"name": "component_install_kubernetes",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_e6b257c4-c698-4e99-a3d2-d7ea3cac19a2.tar.gz.b64' > /tmp/kubernetes.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/kubernetes.tar.gz 'root@libre-wuji-wrk-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-wrk-0' 'rm -rf /tmp/kubernetes && mkdir -p /tmp/kubernetes && tar xzf /tmp/kubernetes.tar.gz -C /tmp/kubernetes && cd /tmp/kubernetes && sudo bash install-kubernetes.sh install ; rc=$?; rm -f /tmp/kubernetes.tar.gz && rm -rf /tmp/kubernetes; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_e6b257c4-c698-4e99-a3d2-d7ea3cac19a2.tar.gz.b64' /tmp/kubernetes.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Completed",
|
|
"created_at": "2026-04-21T02:50:53.876875Z",
|
|
"started_at": "2026-04-21T02:50:54.278867Z",
|
|
"completed_at": "2026-04-21T02:50:57.586111Z",
|
|
"output": "No k8s_join.sh found\n",
|
|
"error": null,
|
|
"tags": {
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"component": "kubernetes",
|
|
"operation": "install",
|
|
"server": "libre-wuji-wrk-0",
|
|
"type": "component"
|
|
}
|
|
} |