ワンクリックで
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 職業分類に基づく
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.
| 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.