kubeadm: Fix placeholder in config print help text

This commit is contained in:
Mattias Appelgren 2021-02-06 18:32:45 +01:00
parent 25d5d657c7
commit 7e80d4d191

View File

@ -119,7 +119,7 @@ func newCmdConfigPrintActionDefaults(out io.Writer, action string, configBytesPr
Note that sensitive values like the Bootstrap Token fields are replaced with placeholder values like %q in order to pass validation but
not perform the real computation for creating a token.
`), action, action, configutil.PlaceholderToken),
`), action, action, configutil.PlaceholderToken.Token.String()),
RunE: func(cmd *cobra.Command, args []string) error {
groups, err := mapLegacyKindsToGroups(kinds)
if err != nil {