mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #83247 from dfang/master
Fix help text in kubectl top -h
This commit is contained in:
commit
8287558072
@ -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