Skip to content

Commit

Permalink
Merge pull request #11316 from briandealwis/aplink
Browse files Browse the repository at this point in the history
Fix output for autopause issue link
  • Loading branch information
medyagh authored May 6, 2021
2 parents 83368e1 + 25433a4 commit c31bd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/addons/addons_autopause.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit c31bd57

Please sign in to comment.