Fix link printed in k8s version deprecation message

This commit is contained in:
Peter Rifel 2019-12-27 17:41:55 -08:00
parent c1f5c7acd6
commit f9d0860bbd
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,7 @@ func (c *ApplyClusterCmd) validateKubernetesVersion() error {
fmt.Printf("Kops support for this Kubernetes version is deprecated and will be removed in a future release.\n") fmt.Printf("Kops support for this Kubernetes version is deprecated and will be removed in a future release.\n")
fmt.Printf("\n") fmt.Printf("\n")
fmt.Printf("Upgrading is recommended\n") fmt.Printf("Upgrading is recommended\n")
fmt.Printf("More information: %s\n", buildPermalink("upgrade_kops", "")) fmt.Printf("More information: %s\n", buildPermalink("upgrade_k8s", ""))
fmt.Printf("\n") fmt.Printf("\n")
fmt.Printf(starline) fmt.Printf(starline)
fmt.Printf("\n") fmt.Printf("\n")