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)
This commit is contained in:
fang duan
2019-09-27 23:05:02 +08:00
committed by GitHub
parent 898042007c
commit 13a37abb8b

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 {