remove unnecessary comment

pull/8591/head
Sun-Li Beatteay 2020-06-30 20:01:13 -04:00
parent de4adc6d00
commit f8e6ae6787
1 changed files with 0 additions and 1 deletions

View File

@ -1053,7 +1053,6 @@ func validateKubernetesVersion(old *config.ClusterConfig) {
}
}
// getKubernetesVersion ensures that the requested version is reasonable
func getKubernetesVersion(old *config.ClusterConfig) string {
paramVersion := viper.GetString(kubernetesVersion)