Skip to content

cub cluster list

cub cluster list

List local kind clusters managed by cub

Synopsis

Lists clusters that are cub-managed on this host.

Sources of truth (no state file): - Per-cluster kubeconfig at /clusters/.kubeconfig (created by cub cluster up) - kind clusters present locally - ConfigHub Spaces in the current cub context with Labels."confighub.com/cluster"=true and matching this host's annotation

The shown union is everything that has either a local kubeconfig file or a matching Space — so a cluster registered with a different cub context still shows up (with a status note). The STATUS column reports any drift.

cub cluster list [flags]

Options

  -h, --help   help for list

Options inherited from parent commands

      --context string   The context to use for this command
      --debug            Debug output

SEE ALSO

  • cub cluster - Manage local kind clusters wired into ConfigHub