prvng_platform/crates/data/tasks/29a4a214-c961-4b14-8256-afaf1541ca81.json

23 lines
1.4 KiB
JSON
Raw Normal View History

{
"id": "29a4a214-c961-4b14-8256-afaf1541ca81",
"name": "component_install_hetzner_csi",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_29a4a214-c961-4b14-8256-afaf1541ca81.tar.gz.b64' > /tmp/hetzner_csi.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/hetzner_csi.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-0' 'rm -rf /tmp/hetzner_csi && mkdir -p /tmp/hetzner_csi && tar xzf /tmp/hetzner_csi.tar.gz -C /tmp/hetzner_csi && cd /tmp/hetzner_csi && sudo bash install-hetzner_csi.sh install ; rc=$?; rm -f /tmp/hetzner_csi.tar.gz && rm -rf /tmp/hetzner_csi; exit $rc' ; rc=$?; rm -f '/tmp/orchestrator_comp_29a4a214-c961-4b14-8256-afaf1541ca81.tar.gz.b64' /tmp/hetzner_csi.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-21T02:16:01.781982Z",
"started_at": "2026-04-21T02:16:02.265091Z",
"completed_at": "2026-04-21T02:16:05.102310Z",
"output": null,
"error": "Command execution failed: ERROR: Secret 'hcloud' not found in kube-system.\n Create it first: kubectl -n kube-system create secret generic hcloud --from-literal=token=<HCLOUD_TOKEN>\n",
"tags": {
"operation": "install",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
"type": "component",
"component": "hetzner_csi",
"server": "libre-wuji-cp-0"
}
}