prvng_platform/crates/data/tasks/cf2157ab-5da5-46f7-b454-457dc4f4b16d.json

23 lines
No EOL
1.4 KiB
JSON

{
"id": "cf2157ab-5da5-46f7-b454-457dc4f4b16d",
"name": "component_install_kubernetes",
"command": "bash",
"args": [
"-c",
"base64 -d < '/tmp/orchestrator_comp_cf2157ab-5da5-46f7-b454-457dc4f4b16d.tar.gz.b64' > /tmp/kubernetes.tar.gz && scp -i '/Users/jesusperezlorenzo/.ssh/htz_ops' /tmp/kubernetes.tar.gz 'root@libre-wuji-cp-0:/tmp/' && ssh -i '/Users/jesusperezlorenzo/.ssh/htz_ops' 'root@libre-wuji-cp-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_cf2157ab-5da5-46f7-b454-457dc4f4b16d.tar.gz.b64' /tmp/kubernetes.tar.gz; exit $rc"
],
"dependencies": [],
"status": "Completed",
"created_at": "2026-04-21T02:47:05.734600Z",
"started_at": "2026-04-21T02:47:05.917786Z",
"completed_at": "2026-04-21T02:47:09.853549Z",
"output": "2026_04_21_024709 | Stale /etc/kubernetes detected — cleaning before install\nWarning: probe patch failed\n2026_04_21_024709 | apiserver probes patched: startup=300s liveness=120s readiness=15s\n/etc/kubernetes/admin.conf not found\n",
"error": null,
"tags": {
"component": "kubernetes",
"operation": "install",
"type": "component",
"workspace": "/Users/Akasha/project-provisioning/workspaces/libre-wuji",
"server": "libre-wuji-cp-0"
}
}