Skip to content

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.

kindplane down [flags]

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

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO

  • kindplane - Bootstrap Kind clusters with Crossplane