mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
add link of kubeadm config doc
This commit is contained in:
parent
7e6b70fbb5
commit
ca8d5759ff
@ -96,8 +96,10 @@ func NewCmdConfigPrint(out io.Writer) *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "print",
|
||||
Short: "Print configuration",
|
||||
Long: "This command prints configurations for subcommands provided.",
|
||||
RunE: cmdutil.SubCmdRunE("print"),
|
||||
Long: dedent.Dedent(`
|
||||
This command prints configurations for subcommands provided.
|
||||
For details, see: https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta2`),
|
||||
RunE: cmdutil.SubCmdRunE("print"),
|
||||
}
|
||||
cmd.AddCommand(NewCmdConfigPrintInitDefaults(out))
|
||||
cmd.AddCommand(NewCmdConfigPrintJoinDefaults(out))
|
||||
|
Loading…
Reference in New Issue
Block a user