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:
parent
b7334fe99b
commit
28ba3d4e95
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue