mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 10:32:03 +00:00
kubeadm: change API URL for "kubeadm config print"
There is a new API link for godoc. Also link to the anchor / list of APIs instead of pinning to a specific version.
This commit is contained in:
parent
4cba7dcc43
commit
6b6ae146cd
@ -91,7 +91,7 @@ func newCmdConfigPrint(out io.Writer) *cobra.Command {
|
|||||||
Short: "Print configuration",
|
Short: "Print configuration",
|
||||||
Long: dedent.Dedent(`
|
Long: dedent.Dedent(`
|
||||||
This command prints configurations for subcommands provided.
|
This command prints configurations for subcommands provided.
|
||||||
For details, see: https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta2`),
|
For details, see: https://pkg.go.dev/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm#section-directories`),
|
||||||
RunE: cmdutil.SubCmdRunE("print"),
|
RunE: cmdutil.SubCmdRunE("print"),
|
||||||
}
|
}
|
||||||
cmd.AddCommand(newCmdConfigPrintInitDefaults(out))
|
cmd.AddCommand(newCmdConfigPrintInitDefaults(out))
|
||||||
|
Loading…
Reference in New Issue
Block a user