kindplane down
kindplane down¶
Delete the Kind cluster
Synopsis¶
Delete the Kind cluster and all its resources.
This command will permanently delete the cluster. All data and resources within the cluster will be lost.
Examples¶
# Delete cluster (uses config file)
kindplane down
# Force delete without confirmation
kindplane down --force
Options¶
-f, --force skip confirmation prompt
-h, --help help for down
--timeout duration timeout for the operation (default 5m0s)
Options inherited from parent commands¶
SEE ALSO¶
- kindplane - Bootstrap Kind clusters with Crossplane