23 lines
No EOL
1.2 KiB
JSON
23 lines
No EOL
1.2 KiB
JSON
{
|
|
"id": "9c5a29da-d3b5-48a6-a5d0-e39f78295c5d",
|
|
"name": "component_install_kubernetes",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_9c5a29da-d3b5-48a6-a5d0-e39f78295c5d.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_9c5a29da-d3b5-48a6-a5d0-e39f78295c5d.tar.gz.b64' /tmp/kubernetes.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Completed",
|
|
"created_at": "2026-04-21T04:51:14.673926Z",
|
|
"started_at": "2026-04-21T04:51:14.890485Z",
|
|
"completed_at": "2026-04-21T04:51:20.742925Z",
|
|
"output": "",
|
|
"error": null,
|
|
"tags": {
|
|
"server": "libre-wuji-wrk-0",
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"operation": "install",
|
|
"type": "component",
|
|
"component": "kubernetes"
|
|
}
|
|
} |