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
commit 8287558072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ var (
The top command allows you to see the resource consumption for nodes or pods. 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 { func NewCmdTop(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command {