diff --git a/cmd/minikube/cmd/start.go b/cmd/minikube/cmd/start.go index c46959a546..5089d46ef4 100644 --- a/cmd/minikube/cmd/start.go +++ b/cmd/minikube/cmd/start.go @@ -885,7 +885,7 @@ func validateMemorySize(req int, drvName string) { if req > sysLimit { message := `Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory: - miniube start --memory={{.min_advised}}mb + minikube start --memory={{.min_advised}}mb ` exitIfNotForced(exit.Config, message, out.V{"requested": req, "system_limit": sysLimit, "max_advised": int32(maxAdvised), "min_advised": minAdvised}) @@ -894,7 +894,7 @@ func validateMemorySize(req int, drvName string) { if float64(req) > maxAdvised { out.WarningT(`You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory: - miniube start --memory={{.min_advised}}mb + minikube start --memory={{.min_advised}}mb `, out.V{"requested": req, "system_limit": sysLimit, "min_advised": minAdvised}) } diff --git a/translations/de.json b/translations/de.json index f87ed1c745..ae037d664a 100644 --- a/translations/de.json +++ b/translations/de.json @@ -388,7 +388,7 @@ "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested_size}} is less than the minimum allowed of {{.minimum_size}}": "Die angeforderte Speicherzuweisung {{.requested_size}} liegt unter dem zulässigen Mindestwert von {{.minimum_size}}.", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "", @@ -658,7 +658,7 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}). Please see {{.documentation_url}} for more details": "Sie scheinen einen Proxy zu verwenden, aber Ihre NO_PROXY-Umgebung enthält keine minikube-IP ({{.ip_address}}). Weitere Informationen finden Sie unter {{.documentation_url}}", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "", "You can delete them using the following command(s):": "", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "", diff --git a/translations/es.json b/translations/es.json index d7283768c7..f0a9686bff 100644 --- a/translations/es.json +++ b/translations/es.json @@ -389,7 +389,7 @@ "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested_size}} is less than the minimum allowed of {{.minimum_size}}": "El valor de la asignación de memoria de {{.requested_size}} solicitada es inferior al valor mínimo de {{.minimum_size}}", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "", @@ -659,7 +659,7 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}). Please see {{.documentation_url}} for more details": "Parece que estás usando un proxy, pero tu entorno NO_PROXY no incluye la dirección IP de minikube ({{.ip_address}}). Consulta {{.documentation_url}} para obtener más información", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "", "You can delete them using the following command(s):": "", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "", diff --git a/translations/fr.json b/translations/fr.json index ab7253cc3b..f013730475 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -390,7 +390,7 @@ "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested_size}} is less than the minimum allowed of {{.minimum_size}}": "L'allocation de mémoire demandée ({{.requested_size}}) est inférieure au minimum autorisé ({{.minimum_size}}).", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "", @@ -662,7 +662,7 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}). Please see {{.documentation_url}} for more details": "Il semble que vous utilisiez un proxy, mais votre environment NO_PROXY n'inclut pas l'adresse IP ({{.ip_address}}) de minikube. Consultez la documentation à l'adresse {{.documentation_url}} pour en savoir plus.", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "", "You can delete them using the following command(s):": "", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "", diff --git a/translations/ja.json b/translations/ja.json index f4d161ba95..f900065bd4 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -376,7 +376,7 @@ "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested_size}} is less than the minimum allowed of {{.minimum_size}}": "リクエストされたメモリ割り当て {{.requested_size}} が許可される最小値 {{.minimum_size}} 未満です", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "既存の {{.driver_name}} {{.machine_type}} を \"{{.cluster}}\" のために再起動しています...", @@ -647,7 +647,7 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "仮想スイッチが明示的に設定されていない場合、デフォルトのではなく外部のスイッチを使用します。(Hyper-V ドライバのみ)", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}). Please see {{.documentation_url}} for more details": "プロキシを使用しようとしていますが、現在の NO_PROXY 環境に minikube IP({{.ip_address}})は含まれていません。詳細については、{{.documentation_url}} をご覧ください", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "「 minikube kubectl -- get pods 」で、一致するバージョンを表示することができます", "You can delete them using the following command(s):": "以下のコマンドで削除することができます", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "", diff --git a/translations/ko.json b/translations/ko.json index 0b31c576fc..eefff97215 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -404,7 +404,7 @@ "Requested disk size {{.requested_size}} is less than minimum of {{.minimum_size}}": "", "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "", @@ -664,7 +664,7 @@ "Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)": "", "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "맞는 버전의 kubectl 을 사용하기 위해서는 다음과 같이 사용 가능합니다. minikube kubectl -- get pods'", "You can delete them using the following command(s):": "다음 커맨드(들)을 사용하여 제거할 수 있습니다", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "", diff --git a/translations/pl.json b/translations/pl.json index 2968db6861..449e10eefb 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -400,7 +400,7 @@ "Requested disk size {{.requested_size}} is less than minimum of {{.minimum_size}}": "", "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "", @@ -669,7 +669,7 @@ "Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)": "", "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "", "You can delete them using the following command(s):": "", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "", diff --git a/translations/strings.txt b/translations/strings.txt index 2287416c03..71747e26f8 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -362,7 +362,7 @@ "Requested disk size {{.requested_size}} is less than minimum of {{.minimum_size}}": "", "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "", @@ -608,7 +608,7 @@ "Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)": "", "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "", "You can delete them using the following command(s):": "", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index ff38667ad2..f6698e929a 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -471,7 +471,7 @@ "Requested memory allocation ({{.requested}}MB) is less than the recommended minimum {{.recommended}}MB. Kubernetes may crash unexpectedly.": "", "Requested memory allocation {{.requested_size}} is less than the minimum allowed of {{.minimum_size}}": "请求的内存分配 {{.requested_size}} 小于允许的 {{.minimum_size}} 最小值", "Requested memory allocation {{.requested}}MB is less than the usable minimum of {{.minimum}}MB": "", - "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminiube start --memory={{.min_advised}}mb": "", + "Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:\n\n\tminikube start --memory={{.min_advised}}mb": "", "Restart Docker": "", "Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "", "Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "", @@ -765,7 +765,7 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}). Please see {{.documentation_url}} for more details": "您似乎正在使用代理,但您的 NO_PROXY 环境不包含 minikube IP ({{.ip_address}})。如需了解详情,请参阅 {{.documentation_url}}", - "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminiube start --memory={{.min_advised}}mb": "", + "You are allocating {{.requested}}MB to memory and your system only has {{.system_limit}}MB. You might face issues. try specifying a lower memory:\n\n\t\tminikube start --memory={{.min_advised}}mb": "", "You can also use 'minikube kubectl -- get pods' to invoke a matching version": "", "You can delete them using the following command(s):": "", "You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",