Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1022 Bytes

File metadata and controls

41 lines (27 loc) · 1022 Bytes

gardenadm token list

Display a list of all bootstrap tokens available on the cluster.

Synopsis

The "list" command retrieves and displays all bootstrap tokens currently available on the cluster. Bootstrap tokens are used for authenticating nodes during the join process.

gardenadm token list [flags]

Examples

# To list all bootstrap tokens available on the cluster:
gardenadm token list

# To include additional sensitive details such as token secrets:
gardenadm token list --with-token-secret

Options

  -h, --help                help for list
      --with-token-secret   Display the token secret

Options inherited from parent commands

      --log-format string   The format for the logs. Must be one of [json text] (default "text")
      --log-level string    The level/severity for the logs. Must be one of [debug info error] (default "info")

SEE ALSO

  • gardenadm token - Manage bootstrap and discovery tokens for gardenadm join