diff --git a/site/content/en/docs/contrib/errorcodes.en.md b/site/content/en/docs/contrib/errorcodes.en.md index ec7cdb943b..c5e64788a9 100644 --- a/site/content/en/docs/contrib/errorcodes.en.md +++ b/site/content/en/docs/contrib/errorcodes.en.md @@ -346,6 +346,9 @@ minikube cluster was created used a driver that is incompatible with the driver "GUEST_MISSING_CONNTRACK" (Exit code ExGuestUnsupported) minikube could not find conntrack on the host, which is required from Kubernetes 1.18 onwards +"GUEST_MISSING_CRICTL" (Exit code ExGuestUnsupported) +minikube could not find crictl on the host, which is required from Kubernetes 1.24 onwards + "IF_HOST_IP" (Exit code ExLocalNetworkError) minikube failed to get the host IP to use from within the VM diff --git a/translations/de.json b/translations/de.json index 5ca942a790..c14656d501 100644 --- a/translations/de.json +++ b/translations/de.json @@ -609,6 +609,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "Wechsel des kubectl Kontexts für {{.profile_name}} übersprungen, weil --keep-context gesetzt wurde.", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "Einige Dashboard Features erfordern das metrics-server Addon. Um alle Features zu aktivieren:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "Entschuldigung, Kubernetes {{.k8sVersion}} erfordert, dass conntrack im Pfad von root installiert ist", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, completion support is not yet implemented for {{.name}}": "Entschuldigung, Vervollständigungs-Unterstützung ist noch nicht implementiert für {{.name}}", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "Entschuldigung, bitte setze den --output flag auf einen der folgenden Werte: [text,json]", "Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.": "Entschuldigung, die IP die bei --listen-address angegeben wurde, ist ungültig: {{.listenAddr}}.", diff --git a/translations/es.json b/translations/es.json index 276af754bc..e92b8751ef 100644 --- a/translations/es.json +++ b/translations/es.json @@ -614,6 +614,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, completion support is not yet implemented for {{.name}}": "", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "", "Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.": "", diff --git a/translations/fr.json b/translations/fr.json index b0f50e2b38..42c794b612 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -597,6 +597,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "Changement de contexte kubectl ignoré pour {{.profile_name}} car --keep-context a été défini.", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "Certaines fonctionnalités du tableau de bord nécessitent le module metrics-server. Pour activer toutes les fonctionnalités, veuillez exécuter :\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "Désolé, Kubernetes {{.k8sVersion}} nécessite que conntrack soit installé dans le chemin de la racine", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, completion support is not yet implemented for {{.name}}": "Désolé, la prise en charge de la complétion n'est pas encore implémentée pour {{.name}}", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "Désolé, veuillez définir l'indicateur --output sur l'une des options valides suivantes : [text,json]", "Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.": "Désolé, l'adresse IP fournie avec l'indicateur --listen-address n'est pas valide : {{.listenAddr}}.", diff --git a/translations/ja.json b/translations/ja.json index 726aa8f6dd..7bce1e15c0 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -579,6 +579,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "--keep-context が設定されたので、{{.profile_name}} 用 kubectl コンテキストの切替をスキップしました。", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "いくつかのダッシュボード機能は metrics-server アドオンを必要とします。全機能を有効にするためには、次のコマンドを実行します:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "申し訳ありませんが、Kubernetes {{.k8sVersion}} は root アカウントのパス中にインストールされた conntrack が必要です", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, completion support is not yet implemented for {{.name}}": "申し訳ありませんが、{{.name}} 用のコマンド補完は未実装です", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "申し訳ありませんが、--output フラグで次の有効な選択肢の 1 つを設定してください: [text,json]", "Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.": "申し訳ありませんが、--listen-address フラグで指定された IP アドレスは無効です: {{.listenAddr}}", diff --git a/translations/ko.json b/translations/ko.json index a120088947..e39b9ac87f 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -624,6 +624,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, Kubernetes {{.version}} is not supported by this release of minikube": "죄송합니다, 쿠버네티스 {{.version}} 는 해당 minikube 버전에서 지원하지 않습니다", "Sorry, completion support is not yet implemented for {{.name}}": "", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "", diff --git a/translations/pl.json b/translations/pl.json index 6ea280a1bf..3817ee6f1b 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -628,6 +628,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "Zignorowano zmianę kontekstu kubectl dla {{.profile_name}} ponieważ --keep-context zostało przekazane", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, completion support is not yet implemented for {{.name}}": "", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "", "Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.": "", diff --git a/translations/ru.json b/translations/ru.json index 05cbe56d61..388be6e2d5 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -572,6 +572,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, completion support is not yet implemented for {{.name}}": "", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "", "Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 19e5bbc52a..7e23b2c928 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -711,6 +711,7 @@ "Skipped switching kubectl context for {{.profile_name}} because --keep-context was set.": "", "Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n": "", "Sorry, Kubernetes {{.k8sVersion}} requires conntrack to be installed in root's path": "", + "Sorry, Kubernetes {{.k8sVersion}} requires crictl to be installed in root's path": "", "Sorry, completion support is not yet implemented for {{.name}}": "", "Sorry, please set the --output flag to one of the following valid options: [text,json]": "", "Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.": "",