mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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{
|
cmd := &cobra.Command{
|
||||||
Use: "print",
|
Use: "print",
|
||||||
Short: "Print configuration",
|
Short: "Print configuration",
|
||||||
Long: "This command prints configurations for subcommands provided.",
|
Long: dedent.Dedent(`
|
||||||
RunE: cmdutil.SubCmdRunE("print"),
|
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(NewCmdConfigPrintInitDefaults(out))
|
||||||
cmd.AddCommand(NewCmdConfigPrintJoinDefaults(out))
|
cmd.AddCommand(NewCmdConfigPrintJoinDefaults(out))
|
||||||
|
Loading…
Reference in New Issue
Block a user