diff --git a/site/content/en/docs/contrib/tests.en.md b/site/content/en/docs/contrib/tests.en.md index 546662e8be..787530c4ed 100644 --- a/site/content/en/docs/contrib/tests.en.md +++ b/site/content/en/docs/contrib/tests.en.md @@ -511,6 +511,9 @@ should fail if hairpinMode is off tests starting minikube without Kubernetes, for use cases where user only needs to use the container runtime (docker, containerd, crio) inside minikube +#### validateStartNoK8sWithVersion +expect an error when starting a minikube cluster without kubernetes and with a kubernetes version. + #### validateStartNoK8S starts a minikube cluster without kubernetes started/configured diff --git a/translations/de.json b/translations/de.json index 532c3e6959..b7dd57289c 100644 --- a/translations/de.json +++ b/translations/de.json @@ -861,6 +861,7 @@ "bash completion.": "", "call with cleanup=true to remove old tunnels": "", "cancel any existing scheduled stop requests": "", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "", "config view failed": "", "containers paused status: {{.paused}}": "", diff --git a/translations/es.json b/translations/es.json index 07add60c8c..6438548010 100644 --- a/translations/es.json +++ b/translations/es.json @@ -867,6 +867,7 @@ "bash completion.": "", "call with cleanup=true to remove old tunnels": "", "cancel any existing scheduled stop requests": "", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "", "config view failed": "", "containers paused status: {{.paused}}": "", diff --git a/translations/fr.json b/translations/fr.json index 1700fde422..873bca2429 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -810,6 +810,7 @@ "bash completion.": "complétion bash", "call with cleanup=true to remove old tunnels": "appelez avec cleanup=true pour supprimer les anciens tunnels", "cancel any existing scheduled stop requests": "annuler toutes les demandes d'arrêt programmées existantes", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "config modifie les fichiers de configuration de minikube à l'aide de sous-commandes telles que \"minikube config set driver kvm2\"\nChamps configurables : \\n\\n", "config view failed": "échec de la vue de configuration", "containers paused status: {{.paused}}": "état des conteneurs en pause : {{.paused}}", diff --git a/translations/ja.json b/translations/ja.json index 4a7331c872..47f43959ad 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -872,6 +872,7 @@ "bash completion.": "", "call with cleanup=true to remove old tunnels": "cleanup=true で呼び出すことで、古い tunnel を削除することができます", "cancel any existing scheduled stop requests": "", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm\"\nConfigurable fields:\\n\\n": "config では以下のようにサブコマンドを使用して、minikube の設定ファイルを編集することができます。 \"minikube config set driver kvm\"\n設定可能なフィールドは以下です。\\n\\n", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "", "config view failed": "設定を表示するのに失敗しました", diff --git a/translations/ko.json b/translations/ko.json index 2011438468..059285ac32 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -869,6 +869,7 @@ "bash completion.": "", "call with cleanup=true to remove old tunnels": "", "cancel any existing scheduled stop requests": "예정된 모든 중지 요청을 취소합니다", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "", "config view failed": "config view 가 실패하였습니다", "containers paused status: {{.paused}}": "", diff --git a/translations/pl.json b/translations/pl.json index ac85068a00..4dd5469366 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -877,6 +877,7 @@ "bash completion.": "", "call with cleanup=true to remove old tunnels": "", "cancel any existing scheduled stop requests": "", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "", "config view failed": "", "containers paused status: {{.paused}}": "", diff --git a/translations/strings.txt b/translations/strings.txt index 5d62174dbf..4a403aa97f 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -805,6 +805,7 @@ "bash completion.": "", "call with cleanup=true to remove old tunnels": "", "cancel any existing scheduled stop requests": "", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "", "config view failed": "", "containers paused status: {{.paused}}": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index f3f103652c..c64fba84d7 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -985,6 +985,7 @@ "bash completion.": "", "call with cleanup=true to remove old tunnels": "", "cancel any existing scheduled stop requests": "", + "cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "", "config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "", "config view failed": "", "containers paused status: {{.paused}}": "",