Skip to content

Commit 24b2a69

Browse files
committed
fix disable heapster message
1 parent 803461d commit 24b2a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/config/disable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var addonsDisableCmd = &cobra.Command{
3434

3535
addon := args[0]
3636
if addon == "heapster" {
37-
exit.WithCodeT(exit.Unavailable, "There is no heapster addon")
37+
exit.WithCodeT(exit.Unavailable, "The heapster addon is depreciated. please try to disable metrics-server instead")
3838
}
3939
err := addons.SetAndSave(ClusterFlagValue(), addon, "false")
4040
if err != nil {

0 commit comments

Comments
 (0)