一键导入
multitenant-down
Tear down the multi-tenant K8s stack, kill port-forwards, and clean up worker pods. Use when done testing multi-tenant mode.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tear down the multi-tenant K8s stack, kill port-forwards, and clean up worker pods. Use when done testing multi-tenant mode.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | multitenant-down |
| description | Tear down the multi-tenant K8s stack, kill port-forwards, and clean up worker pods. Use when done testing multi-tenant mode. |
Tear down the multi-tenant K8s stack:
Kill all port-forwards:
pkill -f 'port-forward.*duckgres' 2>/dev/null
Delete the duckgres namespace (removes control plane, workers, RBAC, services):
kubectl delete namespace duckgres --ignore-not-found
Stop the config store:
docker compose -f k8s/local-config-store.compose.yaml down
Clean up the TLS cert:
rm -f /tmp/duckgres-server.crt
Report to the user that the stack is torn down.
Build, deploy, and port-forward the multi-tenant control plane on local Kubernetes. Use when you need to test duckgres in multi-tenant mode with per-team worker pools.
Start duckgres with DuckLake (S3-backed storage with PostgreSQL metadata) for local testing. Use when testing duckgres against DuckLake or reproducing Fivetran sync issues.