From 13a37abb8bca75e7cad8952da1145bd980aa05a1 Mon Sep 17 00:00:00 2001 From: fang duan Date: Fri, 27 Sep 2019 23:05:02 +0800 Subject: [PATCH] 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) --- staging/src/k8s.io/kubectl/pkg/cmd/top/top.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/top/top.go b/staging/src/k8s.io/kubectl/pkg/cmd/top/top.go index bc1458f8874..93a6d36c079 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/top/top.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/top/top.go @@ -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 {