Skip to content

kindplane status

kindplane status

Show cluster and component status

Synopsis

Display the status of the Kind cluster and installed components.

Shows: - Cluster status (exists/running) - Crossplane installation status - Provider health

kindplane status [flags]

Examples

  # Show basic status
  kindplane status

  # Show detailed status with pod information
  kindplane status --detailed

Options

  -d, --detailed           show detailed status with pod information
  -h, --help               help for status
      --timeout duration   timeout for status checks (default 30s)

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