prvng_platform/crates/data/tasks/8a55c188-4b95-493c-8587-c45693be27bd.json

23 lines
No EOL
1.4 KiB
JSON

{
"id": "8a55c188-4b95-493c-8587-c45693be27bd",
"name": "component_install_hetzner_csi",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_8a55c188-4b95-493c-8587-c45693be27bd.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_8a55c188-4b95-493c-8587-c45693be27bd.tar.gz.b64' /tmp/hetzner_csi.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Failed",
"created_at": "2026-04-20T11:38:28.585912Z",
"started_at": "2026-04-20T11:38:28.642963Z",
"completed_at": "2026-04-20T11:38:31.510882Z",
"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": {
"type": "component",
"server": "libre-wuji-cp-0",
"component": "hetzner_csi",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
"operation": "install"
}
}