diff --git a/site/content/en/docs/contrib/errorcodes.en.md b/site/content/en/docs/contrib/errorcodes.en.md index 76b47ce17a..124bf65e1b 100644 --- a/site/content/en/docs/contrib/errorcodes.en.md +++ b/site/content/en/docs/contrib/errorcodes.en.md @@ -124,292 +124,434 @@ minikube has been passed an incorrect parameter minikube has no current cluster running "MK_INTERRUPTED" (Exit code ExProgramConflict) +minikube was interrupted by an OS signal "MK_WRONG_BINARY_WSL" (Exit code ExProgramUnsupported) +user attempted to run a Windows executable (.exe) inside of WSL rather than using the Linux binary "MK_WRONG_BINARY_M1" (Exit code ExProgramUnsupported) +user attempted to run an amd64 executable on a darwin/arm64 system "MK_NEW_APICLIENT" (Exit code ExProgramError) +minikube failed to create a new Docker Machine api client "MK_ADDON_ENABLE" (Exit code ExProgramError) +minikube could not enable an addon, e.g dashboard addon "MK_ADD_CONFIG" (Exit code ExProgramError) - -"MK_BIND_FLAGS" (Exit code ExProgramError) +minikube failed to update internal configuration, such as the cached images config map "MK_BOOTSTRAPPER" (Exit code ExProgramError) +minikube failed to create a cluster bootstrapper "MK_CACHE_LIST" (Exit code ExProgramError) +minikube failed to list cached images "MK_CACHE_LOAD" (Exit code ExProgramError) +minkube failed to cache and load cached images "MK_COMMAND_RUNNER" (Exit code ExProgramError) +minikube failed to load a Docker Machine CommandRunner "MK_COMPLETION" (Exit code ExProgramError) +minikube failed to generate shell command completion for a supported shell "MK_CONFIG_SET" (Exit code ExProgramError) +minikube failed to set an internal config value "MK_CONFIG_UNSET" (Exit code ExProgramError) +minikube failed to unset an internal config value "MK_CONFIG_VIEW" (Exit code ExProgramError) +minikube failed to view current config values "MK_DEL_CONFIG" (Exit code ExProgramError) +minikybe failed to delete an internal configuration, such as a cached image "MK_DISABLE" (Exit code ExProgramError) +minikube failed to disable a minikube addon "MK_DOCKER_SCRIPT" (Exit code ExProgramError) +minikube failed to generate script to activate minikube docker-env "MK_ENABLE" (Exit code ExProgramError) +minkube failed to enable a minikube addon -"MK_FLAGS_BIND" (Exit code ExProgramError) +"MK_BIND_FLAGS" (Exit code ExProgramError) +an error occurred when viper attempted to bind flags to configuration "MK_FLAGS_SET" (Exit code ExProgramError) +an error occurred when setting cofniguration flags (currently not in use) "MK_FORMAT_USAGE" (Exit code ExProgramError) +minkube was passed an invalid format string in the --format flag "MK_GENERATE_DOCS" (Exit code ExProgramError) +minikube failed to auto-generate markdown-based documentation in the specified folder "MK_JSON_MARSHAL" (Exit code ExProgramError) +minikube failed to marshal a JSON object "MK_K8S_CLIENT" (Exit code ExControlPlaneUnavailable) +minikube failed to create a Kubernetes client set which is necessary for querying the Kubernetes API "MK_LIST_CONFIG" (Exit code ExProgramError) +minikube failed to list some configuration data "MK_LOGTOSTDERR_FLAG" (Exit code ExProgramError) +minikube failed to write logs to stdout (currently not in use) "MK_LOG_FOLLOW" (Exit code ExProgramError) +minikube failed to follow or watch minikube logs "MK_NEW_RUNTIME" (Exit code ExProgramError) +minikube failed to create an appropriate new runtime based on the driver in use "MK_OUTPUT_USAGE" (Exit code ExProgramError) +minikube was passed an invalid value for the --output command line flag "MK_RUNTIME" (Exit code ExProgramError) +minikube could not configure the runtime in use, or the runtime failed "MK_RESERVED_PROFILE" (Exit code ExProgramConflict) +minikube was passed a reserved keyword as a profile name, which is not allowed "MK_ENV_SCRIPT" (Exit code ExProgramError) +minkube failed to generate script to set or unset minikube-env "MK_SHELL_DETECT" (Exit code ExProgramError) +minikube failed to detect the shell in use "MK_STATUS_JSON" (Exit code ExProgramError) +minikube failed to output JSON-formatted minikube status "MK_STATUS_TEXT" (Exit code ExProgramError) +minikube failed to output minikube status text "MK_UNSET_SCRIPT" (Exit code ExProgramError) +minikube failed to generate script to deactivate minikube docker-env "MK_VIEW_EXEC" (Exit code ExProgramError) +minikube failed to execute (i.e. fill in values for) a view template for displaying current config "MK_VIEW_TMPL" (Exit code ExProgramError) +minikube failed to create view template for displaying current config "MK_YAML_MARSHAL" (Exit code ExProgramError) +minikube failed to marshal a YAML object "MK_CREDENTIALS_NOT_FOUND" (Exit code ExProgramNotFound) +minikube could not locate credentials needed to utilize an appropriate service, e.g. GCP "MK_CREDENTIALS_NOT_NEEDED" (Exit code ExProgramNotFound) +minikube was passed service credentials when they were not needed, such as when using the GCP Auth addon when running in GCE "MK_SEMVER_PARSE" (Exit code ExProgramError) +minikube found an invalid semver string for kubernetes in the minikube constants "MK_DAEMONIZE" (Exit code ExProgramError) +minikube was unable to daemonize the minikube process "RSRC_INSUFFICIENT_CORES" (Exit code ExInsufficientCores) +insufficient cores available for use by minikube and kubernetes "RSRC_DOCKER_CORES" (Exit code ExInsufficientCores) +insufficient cores available for use by Docker Desktop on Mac "RSRC_DOCKER_CORES" (Exit code ExInsufficientCores) +insufficient cores available for use by Docker Desktop on Windows "RSRC_INSUFFICIENT_REQ_MEMORY" (Exit code ExInsufficientMemory) +insufficient memory (less than the recommended minimum) allocated to minikube "RSRC_INSUFFICIENT_SYS_MEMORY" (Exit code ExInsufficientMemory) +insufficient memory (less than the recommended minimum) available on the system running minikube "RSRC_INSUFFICIENT_CONTAINER_MEMORY" (Exit code ExInsufficientMemory) +insufficient memory available for the driver in use by minikube "RSRC_DOCKER_MEMORY" (Exit code ExInsufficientMemory) +insufficient memory available to Docker Desktop on Windows "RSRC_DOCKER_MEMORY" (Exit code ExInsufficientMemory) +insufficient memory available to Docker Desktop on Mac "RSRC_DOCKER_STORAGE" (Exit code ExInsufficientStorage) +insufficient disk storage available to the docker driver "RSRC_PODMAN_STORAGE" (Exit code ExInsufficientStorage) +insufficient disk storage available to the podman driver "RSRC_INSUFFICIENT_STORAGE" (Exit code ExInsufficientStorage) +insufficient disk storage available for running minikube and kubernetes "HOST_HOME_MKDIR" (Exit code ExHostPermission) +minikube could not create the minikube directory "HOST_HOME_CHOWN" (Exit code ExHostPermission) +minikube could not change permissions for the minikube directory "HOST_BROWSER" (Exit code ExHostError) +minikube failed to open the host browser, such as when running minikube dashboard "HOST_CONFIG_LOAD" (Exit code ExHostConfig) +minikube failed to load cluster config from the host for the profile in use "HOST_HOME_PERMISSION" (Exit code ExHostPermission) +the current user has insufficient permissions to create the minikube profile directory "HOST_CURRENT_USER" (Exit code ExHostConfig) +minikube failed to determine current user "HOST_DEL_CACHE" (Exit code ExHostError) +minikube failed to delete cached images from host "HOST_KILL_MOUNT_PROC" (Exit code ExHostError) +minikube failed to kill a mount process "HOST_KUBECNOFIG_UNSET" (Exit code ExHostConfig) +minikube failed to unset host Kubernetes resources config "HOST_KUBECONFIG_UPDATE" (Exit code ExHostConfig) +minikube failed to update host Kubernetes resources config "HOST_KUBECONFIG_DELETE_CTX" (Exit code ExHostConfig) +minikube failed to delete Kubernetes config from context for a given profile "HOST_KUBECTL_PROXY" (Exit code ExHostError) +minikube failed to launch a kubectl proxy "HOST_MOUNT_PID" (Exit code ExHostError) +minikube failed to write mount pid "HOST_PATH_MISSING" (Exit code ExHostNotFound) +minikube was passed a path to a host directory that does not exist "HOST_PATH_STAT" (Exit code ExHostError) +minikube failed to access info for a directory path "HOST_PURGE" (Exit code ExHostError) +minikube failed to purge minikube config directories "HOST_SAVE_PROFILE" (Exit code ExHostConfig) +minikube failed to persist profile config "PROVIDER_NOT_FOUND" (Exit code ExProviderNotFound) +minikube could not find a provider for the selected driver "PROVIDER_UNAVAILABLE" (Exit code ExProviderNotFound) +the host does not support or is improperly configured to support a provider for the selected driver "DRV_CP_ENDPOINT" (Exit code ExDriverError) +minikube failed to access the driver control plane or API endpoint "DRV_PORT_FORWARD" (Exit code ExDriverError) +minikube failed to bind container ports to host ports "DRV_UNSUPPORTED_MULTINODE" (Exit code ExDriverConflict) +the driver in use does not support multi-node clusters "DRV_UNSUPPORTED_OS" (Exit code ExDriverUnsupported) +the specified driver is not supported on the host OS "DRV_UNSUPPORTED_PROFILE" (Exit code ExDriverUnsupported) +the driver in use does not support the selected profile or multiple profiles "DRV_NOT_FOUND" (Exit code ExDriverNotFound) +minikube failed to locate specified driver "DRV_NOT_DETECTED" (Exit code ExDriverNotFound) +minikube could not find a valid driver "DRV_NOT_HEALTHY" (Exit code ExDriverNotFound) +minikube found drivers but none were ready to use "DRV_DOCKER_NOT_RUNNING" (Exit code ExDriverNotFound) +minikube found the docker driver but the docker service was not running "DRV_AS_ROOT" (Exit code ExDriverPermission) +the driver in use is being run as root "DRV_NEEDS_ROOT" (Exit code ExDriverPermission) +the specified driver needs to be run as root "DRV_NEEDS_ADMINISTRATOR" (Exit code ExDriverPermission) +the specified driver needs to be run as administrator "GUEST_CACHE_LOAD" (Exit code ExGuestError) +minikube failed to load cached images "GUEST_CERT" (Exit code ExGuestError) +minikube failed to setup certificates "GUEST_CP_CONFIG" (Exit code ExGuestConfig) +minikube failed to access the control plane "GUEST_DELETION" (Exit code ExGuestError) +minikube failed to properly delete a resource, such as a profile "GUEST_IMAGE_LIST" (Exit code ExGuestError) +minikube failed to list images on the machine "GUEST_IMAGE_LOAD" (Exit code ExGuestError) +minikube failed to pull or load an image "GUEST_IMAGE_REMOVE" (Exit code ExGuestError) +minikube failed to remove an image "GUEST_IMAGE_BUILD" (Exit code ExGuestError) +minikube failed to build an image "GUEST_LOAD_HOST" (Exit code ExGuestError) +minikube failed to load host "GUEST_MOUNT" (Exit code ExGuestError) +minkube failed to create a mount "GUEST_MOUNT_CONFLICT" (Exit code ExGuestConflict) +minkube failed to update a mount "GUEST_NODE_ADD" (Exit code ExGuestError) +minikube failed to add a node to the cluster "GUEST_NODE_DELETE" (Exit code ExGuestError) +minikube failed to remove a node from the cluster "GUEST_NODE_PROVISION" (Exit code ExGuestError) +minikube failed to provision a node "GUEST_NODE_RETRIEVE" (Exit code ExGuestNotFound) +minikube failed to retrieve information for a cluster node "GUEST_NODE_START" (Exit code ExGuestError) +minikube failed to startup a cluster node "GUEST_PAUSE" (Exit code ExGuestError) +minikube failed to pause the cluster process "GUEST_PROFILE_DELETION" (Exit code ExGuestError) +minikube failed to delete a machine profile directory "GUEST_PROVISION" (Exit code ExGuestError) +minikube failed while attempting to provision the guest "GUEST_PROVISION_CONTAINER_EXITED" (Exit code ExGuestError) +docker container exited prematurely during provisioning "GUEST_START" (Exit code ExGuestError) +minikube failed to start a node with current driver "GUEST_STATUS" (Exit code ExGuestError) +minikube failed to get docker machine status "GUEST_STOP_TIMEOUT" (Exit code ExGuestTimeout) +stopping the cluster process timed out "GUEST_UNPAUSE" (Exit code ExGuestError) +minikube failed to unpause the cluster process "GUEST_CHECK_PAUSED" (Exit code ExGuestError) +minikube failed to check if Kubernetes containers are paused "GUEST_DRIVER_MISMATCH" (Exit code ExGuestConflict) +minikube cluster was created used a driver that is incompatible with the driver being requested "GUEST_MISSING_CONNTRACK" (Exit code ExGuestUnsupported) +minikube could not find conntrack on the host, which is required from Kubernetes 1.18 onwards "IF_HOST_IP" (Exit code ExLocalNetworkError) +minikube failed to get the host IP to use from within the VM "IF_MOUNT_IP" (Exit code ExLocalNetworkError) +minikube failed to parse the input IP address for mount "IF_MOUNT_PORT" (Exit code ExLocalNetworkError) +minikube failed to parse or find port for mount "IF_SSH_CLIENT" (Exit code ExLocalNetworkError) +minikube failed to access an ssh client on the host machine "INET_CACHE_BINARIES" (Exit code ExInternetError) +minikube failed to cache kubernetes binaries for the current runtime "INET_CACHE_KUBECTL" (Exit code ExInternetError) +minikube failed to cache the kubectl binary "INET_CACHE_TAR" (Exit code ExInternetError) +minikube failed to cache required images to tar files "INET_GET_VERSIONS" (Exit code ExInternetError) +minikube failed to get required versions for binaries in use "INET_REPO" (Exit code ExInternetError) +minikube was unable to access main repository and mirrors for images "INET_REPOS_UNAVAILABLE" (Exit code ExInternetError) +minikube was unable to access any known image repositories "INET_VERSION_UNAVAILABLE" (Exit code ExInternetUnavailable) +minikube was unable to fetch latest release/version info for minkikube "INET_VERSION_EMPTY" (Exit code ExInternetConfig) +minikube received invalid empty data for latest release/version info from the server "RUNTIME_ENABLE" (Exit code ExRuntimeError) +minikube failed to enable the current container runtime "RUNTIME_CACHE" (Exit code ExRuntimeError) +minikube failed to cache images for the current container runtime "RUNTIME_RESTART" (Exit code ExRuntimeError) +minikube failed to restart the current container runtime "SVC_CHECK_TIMEOUT" (Exit code ExSvcTimeout) +service check timed out while starting minikube dashboard "SVC_TIMEOUT" (Exit code ExSvcTimeout) +minikube was unable to access a service "SVC_LIST" (Exit code ExSvcError) +minikube failed to list services for the specified namespace "SVC_TUNNEL_START" (Exit code ExSvcError) +minikube failed to start a tunnel "SVC_TUNNEL_STOP" (Exit code ExSvcError) +minikube could not stop an active tunnel "SVC_URL_TIMEOUT" (Exit code ExSvcTimeout) +minikube was unable to access the service url "SVC_NOT_FOUND" (Exit code ExSvcNotFound) +minikube couldn't find the specified service in the specified namespace "ENV_DRIVER_CONFLICT" (Exit code ExDriverConflict) +user attempted to use a command that is not supported by the driver currently in use "ENV_MULTINODE_CONFLICT" (Exit code ExGuestConflict) +user attempted to run a command that is not supported on multi-node setup without some additional configuration "ENV_DOCKER_UNAVAILABLE" (Exit code ExRuntimeUnavailable) +the docker service was unavailable to the cluster "ENV_PODMAN_UNAVAILABLE" (Exit code ExRuntimeUnavailable) +the podman service was unavailable to the cluster "SVC_ADDON_UNSUPPORTED" (Exit code ExSvcUnsupported) +user attempted to use an addon that is not supported "SVC_ADDON_NOT_ENABLED" (Exit code ExProgramConflict) +user attempted to use an addon that is currently not enabled "K8S_INSTALL_FAILED" (Exit code ExControlPlaneError) +minikube failed to update the Kubernetes cluster "K8S_INSTALL_FAILED_CONTAINER_RUNTIME_NOT_RUNNING" (Exit code ExRuntimeNotRunning) +minikube failed to update the Kubernetes cluster because the container runtime was unavailable "K8S_OLD_UNSUPPORTED" (Exit code ExControlPlaneUnsupported) +an outdated Kubernetes version was specified for minikube to use "K8S_DOWNGRADE_UNSUPPORTED" (Exit code ExControlPlaneUnsupported) +minikube was unable to safely downgrade installed Kubernetes version diff --git a/translations/de.json b/translations/de.json index bce688af12..90c608151a 100644 --- a/translations/de.json +++ b/translations/de.json @@ -790,8 +790,8 @@ "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "", "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 trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "", - "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You can delete them using the following command(s): ": "", "You can force an unsupported Kubernetes version via the --force flag": "", "You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "", @@ -835,7 +835,7 @@ "error getting ssh port": "", "error initializing tracing: {{.Error}}": "", "error parsing the input ip address for mount": "", - "error provisioning host": "", + "error provisioning guest": "", "error starting tunnel": "", "error stopping tunnel": "", "error: --output must be 'yaml' or 'json'": "", diff --git a/translations/es.json b/translations/es.json index 5b1f21ac07..0ac9668da0 100644 --- a/translations/es.json +++ b/translations/es.json @@ -795,8 +795,8 @@ "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "", "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 trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "", - "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You can delete them using the following command(s): ": "", "You can force an unsupported Kubernetes version via the --force flag": "", "You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "", @@ -840,7 +840,7 @@ "error getting ssh port": "", "error initializing tracing: {{.Error}}": "", "error parsing the input ip address for mount": "", - "error provisioning host": "", + "error provisioning guest": "", "error starting tunnel": "", "error stopping tunnel": "", "error: --output must be 'yaml' or 'json'": "", diff --git a/translations/fr.json b/translations/fr.json index fd4cc9521c..19acb94ba0 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -798,6 +798,7 @@ "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "Avec --network-plugin=cni, vous devrez fournir votre propre CNI. Voir --cni flag comme alternative conviviale", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "Vous semblez utiliser un proxy, mais votre environnement NO_PROXY n'inclut pas l'IP minikube ({{.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 trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "Vous essayez d'exécuter le binaire amd64 sur le système M1. Veuillez utiliser le binaire darwin/arm64 à la place (télécharger sur {{.url}}.)", "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "Vous essayez d'exécuter le binaire Windows .exe dans WSL. Pour une meilleure intégration, veuillez utiliser le binaire Linux à la place (Télécharger sur https://minikube.sigs.k8s.io/docs/start/.). Sinon, si vous voulez toujours le faire, vous pouvez le faire en utilisant --force", "You can delete them using the following command(s): ": "Vous pouvez les supprimer à l'aide de la ou des commandes suivantes :", @@ -843,6 +844,7 @@ "error getting ssh port": "erreur lors de l'obtention du port ssh", "error initializing tracing: {{.Error}}": "erreur d'initialisation du traçage : {{.Error}}", "error parsing the input ip address for mount": "erreur lors de l'analyse de l'adresse IP d'entrée pour le montage", + "error provisioning guest": "", "error provisioning host": "erreur de provisionnement de l'hôte", "error starting tunnel": "erreur de démarrage du tunnel", "error stopping tunnel": "erreur d'arrêt du tunnel", diff --git a/translations/ja.json b/translations/ja.json index be1feb672d..c4b31bc10c 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -793,8 +793,8 @@ "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "", "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 trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "", - "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "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): ": "", @@ -843,7 +843,7 @@ "error getting ssh port": "SSH のポートを取得する際にエラーが発生しました", "error initializing tracing: {{.Error}}": "", "error parsing the input ip address for mount": "マウント用の入力された IP アドレスをパースする際にエラーが発生しました", - "error provisioning host": "", + "error provisioning guest": "", "error starting tunnel": "tunnel を開始する際にエラーが発生しました", "error stopping tunnel": "tunnel を停止する際にエラーが発生しました", "error: --output must be 'yaml' or 'json'": "エラーです。 --output は「 yaml 」、あるいは「 json 」である必要があります", diff --git a/translations/ko.json b/translations/ko.json index 403bf03814..b4bacf5c40 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -795,8 +795,8 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", + "You are trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "", - "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "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): ": "", @@ -845,7 +845,7 @@ "error getting ssh port": "ssh 포트 조회 오류", "error initializing tracing: {{.Error}}": "", "error parsing the input ip address for mount": "", - "error provisioning host": "", + "error provisioning guest": "", "error starting tunnel": "", "error stopping tunnel": "", "error: --output must be 'yaml' or 'json'": "", diff --git a/translations/pl.json b/translations/pl.json index 15c2b5471b..695e1aed0c 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -806,8 +806,8 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", + "You are trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "", - "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You can delete them using the following command(s): ": "", "You can force an unsupported Kubernetes version via the --force flag": "", "You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "", @@ -851,7 +851,7 @@ "error getting ssh port": "", "error initializing tracing: {{.Error}}": "", "error parsing the input ip address for mount": "", - "error provisioning host": "", + "error provisioning guest": "", "error starting tunnel": "", "error stopping tunnel": "", "error: --output must be 'yaml' or 'json'": "", diff --git a/translations/strings.txt b/translations/strings.txt index 1642ebcf11..61516d6ad5 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -735,8 +735,8 @@ "Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)": "", "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "", "You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).": "", + "You are trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "", - "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You can delete them using the following command(s): ": "", "You can force an unsupported Kubernetes version via the --force flag": "", "You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "", @@ -780,7 +780,7 @@ "error getting ssh port": "", "error initializing tracing: {{.Error}}": "", "error parsing the input ip address for mount": "", - "error provisioning host": "", + "error provisioning guest": "", "error starting tunnel": "", "error stopping tunnel": "", "error: --output must be 'yaml' or 'json'": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 534d3b3ec8..27276f3243 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -911,8 +911,8 @@ "With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative": "", "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 trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)": "", - "You are trying to run windows .exe binary inside WSL, for better integration please use Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force": "", "You can delete them using the following command(s): ": "", "You can force an unsupported Kubernetes version via the --force flag": "", "You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.": "", @@ -957,7 +957,7 @@ "error getting ssh port": "", "error initializing tracing: {{.Error}}": "", "error parsing the input ip address for mount": "", - "error provisioning host": "", + "error provisioning guest": "", "error starting tunnel": "", "error stopping tunnel": "", "error: --output must be 'yaml' or 'json'": "",