Fix autopause issue link

pull/11316/head
Brian de Alwis 2021-05-06 15:19:57 -04:00
parent 7453873c71
commit 25433a4065
1 changed files with 1 additions and 1 deletions

View File

@ -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`)