mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
kubeadm: Fix placeholder in config print help text
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user