23 lines
No EOL
1.2 KiB
JSON
23 lines
No EOL
1.2 KiB
JSON
{
|
|
"id": "b4a492c9-bc77-4129-af80-4385512a9562",
|
|
"name": "component_install_cilium",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_b4a492c9-bc77-4129-af80-4385512a9562.tar.gz.b64' > /tmp/cilium.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/cilium.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-0' 'rm -rf /tmp/cilium && mkdir -p /tmp/cilium && tar xzf /tmp/cilium.tar.gz -C /tmp/cilium && cd /tmp/cilium && sudo bash install-cilium.sh install ; rc=$?; rm -f /tmp/cilium.tar.gz && rm -rf /tmp/cilium; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_b4a492c9-bc77-4129-af80-4385512a9562.tar.gz.b64' /tmp/cilium.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Failed",
|
|
"created_at": "2026-04-20T11:12:28.361332Z",
|
|
"started_at": "2026-04-20T11:12:28.702122Z",
|
|
"completed_at": "2026-04-20T11:12:31.376696Z",
|
|
"output": null,
|
|
"error": "Command execution failed: install-cilium.sh: line 12: k0s: command not found\n",
|
|
"tags": {
|
|
"operation": "install",
|
|
"type": "component",
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"component": "cilium",
|
|
"server": "libre-wuji-cp-0"
|
|
}
|
|
} |