Display a list of all bootstrap tokens available on the cluster.
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]
# 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
-h, --help help for list
--with-token-secret Display the token secret
--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")
- gardenadm token - Manage bootstrap and discovery tokens for gardenadm join