kindplane down¶

Delete the Kind cluster.
Usage¶
Flags¶
| Flag | Description |
|---|---|
--config, -c | Configuration file (default: kindplane.yaml) |
--force | Required flag to confirm deletion |
Description¶
The down command deletes the Kind cluster defined in your configuration file.
Destructive Operation
This command permanently deletes the cluster and all resources within it. The --force flag is required to confirm the operation.
Examples¶
Delete Cluster¶
Delete Cluster from Specific Configuration¶
Output¶
Success¶
Cluster Not Found¶
Missing Force Flag¶
✗ The --force flag is required to delete the cluster
This operation will permanently delete the cluster and all resources.
Use: kindplane down --force
What Gets Deleted¶
When you run kindplane down --force:
- Kind cluster - The Docker containers running the cluster nodes
- Kubernetes resources - All deployments, pods, services, etc.
- Crossplane resources - Providers, compositions, managed resources
- Secrets - All secrets including credentials
- Persistent volumes - Any PVs created in the cluster
What Is Preserved¶
The following are NOT deleted:
- Configuration file (
kindplane.yaml) - Local composition files
- Docker images (cached for future use)
- kubeconfig (but the cluster context is removed)
Tips¶
Export Before Deleting¶
If you want to preserve resources for GitOps: