mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
suggest use of kube explain <resource> in kube get output
This patch improves usability flow, making it easier for a user to discover the command `kube explain <resource>` through `kube get` output.
This commit is contained in:
@@ -287,7 +287,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
|
||||
NewCmdDescribe(f, out, err),
|
||||
NewCmdLogs(f, out),
|
||||
NewCmdAttach(f, in, out, err),
|
||||
NewCmdExec("kubectl", f, in, out, err),
|
||||
NewCmdExec(cmds.Root().CommandPath(), f, in, out, err),
|
||||
NewCmdPortForward(f, out, err),
|
||||
NewCmdProxy(f, out),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user