Skip to content

kindplane cluster list

kindplane cluster list

List kindplane-managed Kind clusters

Synopsis

List kindplane-managed Kind clusters on the system.

By default, shows only clusters created by kindplane. Use --all to show all Kind clusters. Use --format to change the output format.

kindplane cluster list [flags]

Examples

  # List kindplane-managed clusters
  kindplane cluster list

  # List all Kind clusters (including non-kindplane)
  kindplane cluster list --all

  # List in JSON format
  kindplane cluster list --format json

Options

  -a, --all                Show all Kind clusters (not just kindplane-managed)
      --format string      Output format (table, json) (default "table")
  -h, --help               help for list
      --timeout duration   Timeout for listing clusters (default 30s)

Options inherited from parent commands

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

SEE ALSO