mirror of https://github.com/kubernetes/kops.git
				
				
				
			Fix link printed in k8s version deprecation message
This commit is contained in:
		
							parent
							
								
									c1f5c7acd6
								
							
						
					
					
						commit
						f9d0860bbd
					
				|  | @ -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") | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue