Fix help text in kubectl top -h

close https://github.com/kubernetes/kubernetes/issues/82843

[heapster deprecation timeline](https://github.com/kubernetes-retired/heapster/blob/master/docs/deprecation.md)

Kubernetes-commit: 13a37abb8bca75e7cad8952da1145bd980aa05a1
This commit is contained in:
fang duan 2019-09-27 23:05:02 +08:00 committed by Kubernetes Publisher
parent b7334fe99b
commit 28ba3d4e95
1 changed files with 1 additions and 1 deletions

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 {