Add info about --force

pull/8154/head
Priya Wadhwa 2020-05-28 13:59:50 -07:00
parent fa6c446374
commit 3b24e6fdbe
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ func getKubernetesVersion(old *config.ClusterConfig) string {
if viper.GetBool(force) {
out.WarningT("Kubernetes {{.version}} is not supported by this release of minikube", out.V{"version": nvs})
} else {
exit.WithCodeT(exit.Data, "Sorry, Kubernetes {{.version}} is not supported by this release of minikube", out.V{"version": nvs})
exit.WithCodeT(exit.Data, "Sorry, Kubernetes {{.version}} is not supported by this release of minikube. To use this version anyway, use the `--force` flag.", out.V{"version": nvs})
}
}