Merge pull request #83247 from dfang/master

Fix help text in kubectl top -h
This commit is contained in:
Kubernetes Prow Robot
2019-10-04 21:51:11 -07:00
committed by GitHub

View File

@@ -41,7 +41,7 @@ var (
The top command allows you to see the resource consumption for nodes or pods.
This command requires Heapster to be correctly configured and working on the server. `))
This command requires Metrics Server to be correctly configured and working on the server. `))
)
func NewCmdTop(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command {