mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
kubeadm: Fix placeholder in config print help text
This commit is contained in:
parent
25d5d657c7
commit
7e80d4d191
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user