Fix autopause issue link
parent
7453873c71
commit
25433a4065
|
@ -41,7 +41,7 @@ func enableOrDisableAutoPause(cc *config.ClusterConfig, name string, val string)
|
|||
return errors.Wrapf(err, "parsing bool: %s", name)
|
||||
}
|
||||
out.Infof("auto-pause addon is an alpha feature and still in early development. Please file issues to help us make it better.")
|
||||
out.Infof("https://github.com/kubernetes/minikube/labels/co%2Fauto-pause")
|
||||
out.Infof("https://github.com/kubernetes/minikube/labels/co/auto-pause")
|
||||
|
||||
if cc.KubernetesConfig.ContainerRuntime != "docker" || runtime.GOARCH != "amd64" {
|
||||
exit.Message(reason.Usage, `auto-pause currently is only supported on docker runtime and amd64. Track progress of others here: https://github.com/kubernetes/minikube/issues/10601`)
|
||||
|
|
Loading…
Reference in New Issue