We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803461d commit 24b2a69Copy full SHA for 24b2a69
cmd/minikube/cmd/config/disable.go
@@ -34,7 +34,7 @@ var addonsDisableCmd = &cobra.Command{
34
35
addon := args[0]
36
if addon == "heapster" {
37
- exit.WithCodeT(exit.Unavailable, "There is no heapster addon")
+ exit.WithCodeT(exit.Unavailable, "The heapster addon is depreciated. please try to disable metrics-server instead")
38
}
39
err := addons.SetAndSave(ClusterFlagValue(), addon, "false")
40
if err != nil {
0 commit comments