23 lines
No EOL
1.4 KiB
JSON
23 lines
No EOL
1.4 KiB
JSON
{
|
|
"id": "df9fb1dc-2f69-482a-9ab8-6609d8710e98",
|
|
"name": "component_install_hetzner_csi",
|
|
"command": "bash",
|
|
"args": [
|
|
"-c",
|
|
"base64 -d < '/tmp/orchestrator_comp_df9fb1dc-2f69-482a-9ab8-6609d8710e98.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_df9fb1dc-2f69-482a-9ab8-6609d8710e98.tar.gz.b64' /tmp/hetzner_csi.tar.gz; exit $rc"
|
|
],
|
|
"dependencies": [],
|
|
"status": "Failed",
|
|
"created_at": "2026-04-21T02:22:45.750389Z",
|
|
"started_at": "2026-04-21T02:22:45.800986Z",
|
|
"completed_at": "2026-04-21T02:22:48.574608Z",
|
|
"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",
|
|
"operation": "install",
|
|
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
|
|
"component": "hetzner_csi",
|
|
"server": "libre-wuji-cp-0"
|
|
}
|
|
} |