mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
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:
parent
898042007c
commit
13a37abb8b
@ -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
Block a user