commit
943d9dab0e
|
@ -885,7 +885,7 @@ func validateMemorySize(req int, drvName string) {
|
||||||
if req > sysLimit {
|
if req > sysLimit {
|
||||||
message := `Requested memory allocation {{.requested}}MB is more than your system limit {{.system_limit}}MB. Try specifying a lower memory:
|
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})
|
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 {
|
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:
|
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})
|
`, out.V{"requested": req, "system_limit": sysLimit, "min_advised": minAdvised})
|
||||||
}
|
}
|
||||||
|
|
|
@ -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}}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_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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
||||||
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
"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)": "",
|
"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}}).": "",
|
||||||
"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 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 also use 'minikube kubectl -- get pods' to invoke a matching version": "",
|
||||||
"You can delete them using the following command(s):": "",
|
"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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
|
@ -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}}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_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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
||||||
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
"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)": "",
|
"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}}).": "",
|
||||||
"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 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 also use 'minikube kubectl -- get pods' to invoke a matching version": "",
|
||||||
"You can delete them using the following command(s):": "",
|
"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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
|
@ -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}}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_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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
||||||
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
"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)": "",
|
"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}}).": "",
|
||||||
"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 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 also use 'minikube kubectl -- get pods' to invoke a matching version": "",
|
||||||
"You can delete them using the following command(s):": "",
|
"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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
|
@ -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}}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_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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"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}}\" のために再起動しています...",
|
"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 ドライバのみ)",
|
"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}}).": "",
|
||||||
"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 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 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 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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
|
@ -404,7 +404,7 @@
|
||||||
"Requested disk size {{.requested_size}} is less than minimum of {{.minimum_size}}": "",
|
"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 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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
||||||
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
||||||
|
@ -664,7 +664,7 @@
|
||||||
"Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)": "",
|
"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)": "",
|
"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}}).": "",
|
||||||
"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 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 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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
|
@ -400,7 +400,7 @@
|
||||||
"Requested disk size {{.requested_size}} is less than minimum of {{.minimum_size}}": "",
|
"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 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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
||||||
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
||||||
|
@ -669,7 +669,7 @@
|
||||||
"Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)": "",
|
"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)": "",
|
"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}}).": "",
|
||||||
"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 also use 'minikube kubectl -- get pods' to invoke a matching version": "",
|
||||||
"You can delete them using the following command(s):": "",
|
"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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
|
@ -362,7 +362,7 @@
|
||||||
"Requested disk size {{.requested_size}} is less than minimum of {{.minimum_size}}": "",
|
"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 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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
||||||
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
||||||
|
@ -608,7 +608,7 @@
|
||||||
"Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)": "",
|
"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)": "",
|
"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}}).": "",
|
||||||
"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 also use 'minikube kubectl -- get pods' to invoke a matching version": "",
|
||||||
"You can delete them using the following command(s):": "",
|
"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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
|
@ -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}}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_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 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": "",
|
||||||
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
"Restart Docker, Ensure docker is running and then run: 'minikube delete' and then 'minikube start' again": "",
|
||||||
"Restarting existing {{.driver_name}} {{.machine_type}} for \"{{.cluster}}\" ...": "",
|
"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)": "",
|
"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}}).": "",
|
||||||
"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 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 also use 'minikube kubectl -- get pods' to invoke a matching version": "",
|
||||||
"You can delete them using the following command(s):": "",
|
"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/": "",
|
"You can use kubectl inside minikube. For more information, visit https://minikube.sigs.k8s.io/docs/handbook/kubectl/": "",
|
||||||
|
|
Loading…
Reference in New Issue