Merge pull request #11529 from spowelljr/breakdownGuesetStart
Broke down GUEST_START error codepull/11537/head
commit
0de4580089
|
@ -267,6 +267,15 @@ var providerIssues = []match{
|
||||||
GOOS: []string{"windows"},
|
GOOS: []string{"windows"},
|
||||||
Regexp: re(`docker:.*Mounts denied: EOF`),
|
Regexp: re(`docker:.*Mounts denied: EOF`),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Kind: Kind{
|
||||||
|
ID: "PR_DOCKER_VER_UNSUPPORTED",
|
||||||
|
ExitCode: ExProviderError,
|
||||||
|
Advice: "Update Docker to the latest minor version, this version is unsupported",
|
||||||
|
Issues: []int{10362},
|
||||||
|
},
|
||||||
|
Regexp: re(`unexpected "=" in operand`),
|
||||||
|
},
|
||||||
|
|
||||||
// Hyperkit hypervisor
|
// Hyperkit hypervisor
|
||||||
{
|
{
|
||||||
|
@ -997,6 +1006,23 @@ var guestIssues = []match{
|
||||||
},
|
},
|
||||||
Regexp: re(`'/var/lib/dpkg': No such file or directory`),
|
Regexp: re(`'/var/lib/dpkg': No such file or directory`),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Kind: Kind{
|
||||||
|
ID: "GUEST_INCORRECT_ARCH",
|
||||||
|
ExitCode: ExGuestUnsupported,
|
||||||
|
Advice: "You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead",
|
||||||
|
Issues: []int{10243},
|
||||||
|
},
|
||||||
|
Regexp: re(`qemu: uncaught target signal 11 (Segmentation fault) - core dumped`),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Kind: Kind{
|
||||||
|
ID: "GUEST_CNI_INCOMPATIBLE",
|
||||||
|
ExitCode: ExGuestUnsupported,
|
||||||
|
Advice: "Bridge CNI is incompatible with multi-node clusters, use a different CNI",
|
||||||
|
},
|
||||||
|
Regexp: re(`bridge CNI is incompatible with multi-node clusters`),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Kind: Kind{
|
Kind: Kind{
|
||||||
ID: "GUEST_PROVISION_ACQUIRE_LOCK",
|
ID: "GUEST_PROVISION_ACQUIRE_LOCK",
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
"Bind Address: {{.Address}}": "",
|
"Bind Address: {{.Address}}": "",
|
||||||
"Booting up control plane ...": "",
|
"Booting up control plane ...": "",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "",
|
"Build a container image in minikube": "",
|
||||||
"Build a container image, using the container runtime.": "",
|
"Build a container image, using the container runtime.": "",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||||
|
@ -733,6 +734,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "",
|
"Update kubeconfig in case of an IP or port change": "",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
||||||
|
@ -799,6 +801,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Möglicherweise müssen Sie die VM \"{{.name}}\" manuell von Ihrem Hypervisor entfernen",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Möglicherweise müssen Sie die VM \"{{.name}}\" manuell von Ihrem Hypervisor entfernen",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "",
|
"You must specify a service name": "",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
"Bind Address: {{.Address}}": "Dirección de enlace: {{.Address}}",
|
"Bind Address: {{.Address}}": "Dirección de enlace: {{.Address}}",
|
||||||
"Booting up control plane ...": "",
|
"Booting up control plane ...": "",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "Ambos driver={{.driver}} y vm-driver={{.vmd}} han sido establecidos.\n\n vm-driver ya es obsoleto, el por defecto de minikube será driver={{.driver}}.\n\n Si vm-driver está establecido en la configuracion global, ejecuta \"minikube config unset vm-driver\" para resolver esta advertencia.\n\t\t\t",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "Ambos driver={{.driver}} y vm-driver={{.vmd}} han sido establecidos.\n\n vm-driver ya es obsoleto, el por defecto de minikube será driver={{.driver}}.\n\n Si vm-driver está establecido en la configuracion global, ejecuta \"minikube config unset vm-driver\" para resolver esta advertencia.\n\t\t\t",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "",
|
"Build a container image in minikube": "",
|
||||||
"Build a container image, using the container runtime.": "",
|
"Build a container image, using the container runtime.": "",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "Plug-in CNI para usar. Opciones validas: auto, bridge, calico, cilium, flannel, kindnet, o ruta a un manifiesto CNI (Por defecto: auto)",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "Plug-in CNI para usar. Opciones validas: auto, bridge, calico, cilium, flannel, kindnet, o ruta a un manifiesto CNI (Por defecto: auto)",
|
||||||
|
@ -738,6 +739,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "",
|
"Update kubeconfig in case of an IP or port change": "",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
||||||
|
@ -804,6 +806,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Puede que tengas que retirar manualmente la VM \"{{.name}}\" de tu hipervisor",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Puede que tengas que retirar manualmente la VM \"{{.name}}\" de tu hipervisor",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "",
|
"You must specify a service name": "",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
"Bind Address: {{.Address}}": "Adresse de liaison : {{.Address}}",
|
"Bind Address: {{.Address}}": "Adresse de liaison : {{.Address}}",
|
||||||
"Booting up control plane ...": "Démarrage du plan de contrôle ...",
|
"Booting up control plane ...": "Démarrage du plan de contrôle ...",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "",
|
"Build a container image in minikube": "",
|
||||||
"Build a container image, using the container runtime.": "",
|
"Build a container image, using the container runtime.": "",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||||
|
@ -736,6 +737,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "",
|
"Update kubeconfig in case of an IP or port change": "",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "Mise à jour du {{.machine_type}} {{.driver_name}} en marche \"{{.cluster}}\" ...",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "Mise à jour du {{.machine_type}} {{.driver_name}} en marche \"{{.cluster}}\" ...",
|
||||||
|
@ -805,6 +807,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Vous devrez peut-être supprimer la VM \"{{.name}}\" manuellement de votre hyperviseur.",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "Vous devrez peut-être supprimer la VM \"{{.name}}\" manuellement de votre hyperviseur.",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "",
|
"You must specify a service name": "",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
"Bind Address: {{.Address}}": "アドレスをバインドします: {{.Address}}",
|
"Bind Address: {{.Address}}": "アドレスをバインドします: {{.Address}}",
|
||||||
"Booting up control plane ...": "Control Plane を起動しています...",
|
"Booting up control plane ...": "Control Plane を起動しています...",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "",
|
"Build a container image in minikube": "",
|
||||||
"Build a container image, using the container runtime.": "",
|
"Build a container image, using the container runtime.": "",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||||
|
@ -733,6 +734,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "IP アドレスやポート番号が変わった場合に kubeconfig を更新します",
|
"Update kubeconfig in case of an IP or port change": "IP アドレスやポート番号が変わった場合に kubeconfig を更新します",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "起動中の {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} を更新しています...",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "起動中の {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} を更新しています...",
|
||||||
|
@ -803,6 +805,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "ハイパーバイザから「{{.name}}」VM を手動で削除することが必要な可能性があります",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "ハイパーバイザから「{{.name}}」VM を手動で削除することが必要な可能性があります",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "Hyper-V マネージャを停止して、「 minikube delete 」を再実行する必要があるかもしれません ",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "Hyper-V マネージャを停止して、「 minikube delete 」を再実行する必要があるかもしれません ",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "サービスの名前を明示する必要があります",
|
"You must specify a service name": "サービスの名前を明示する必要があります",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
"Block until the apiserver is servicing API requests": "apiserver 가 API 요청을 서비스할 때까지 막습니다",
|
"Block until the apiserver is servicing API requests": "apiserver 가 API 요청을 서비스할 때까지 막습니다",
|
||||||
"Booting up control plane ...": "컨트롤 플레인이 부팅...",
|
"Booting up control plane ...": "컨트롤 플레인이 부팅...",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "minikube 내 컨테이너 이미지를 빌드합니다",
|
"Build a container image in minikube": "minikube 내 컨테이너 이미지를 빌드합니다",
|
||||||
"Build a container image, using the container runtime.": "컨테이너 런타임을 사용하여 컨테이너 이미지를 빌드합니다.",
|
"Build a container image, using the container runtime.": "컨테이너 런타임을 사용하여 컨테이너 이미지를 빌드합니다.",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||||
|
@ -742,6 +743,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "",
|
"Update kubeconfig in case of an IP or port change": "",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "실행중인 {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} 를 업데이트 하는 중 ...",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "실행중인 {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} 를 업데이트 하는 중 ...",
|
||||||
|
@ -807,6 +809,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "service 이름을 명시해야 합니다",
|
"You must specify a service name": "service 이름을 명시해야 합니다",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
"Bind Address: {{.Address}}": "",
|
"Bind Address: {{.Address}}": "",
|
||||||
"Booting up control plane ...": "",
|
"Booting up control plane ...": "",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "",
|
"Build a container image in minikube": "",
|
||||||
"Build a container image, using the container runtime.": "",
|
"Build a container image, using the container runtime.": "",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||||
|
@ -749,6 +750,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "",
|
"Update kubeconfig in case of an IP or port change": "",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
||||||
|
@ -816,6 +818,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "Musisz podać nazwę serwisu",
|
"You must specify a service name": "Musisz podać nazwę serwisu",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
"Bind Address: {{.Address}}": "",
|
"Bind Address: {{.Address}}": "",
|
||||||
"Booting up control plane ...": "",
|
"Booting up control plane ...": "",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "",
|
"Build a container image in minikube": "",
|
||||||
"Build a container image, using the container runtime.": "",
|
"Build a container image, using the container runtime.": "",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||||
|
@ -682,6 +683,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "",
|
"Update kubeconfig in case of an IP or port change": "",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
||||||
|
@ -744,6 +746,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "",
|
"You must specify a service name": "",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
|
@ -82,6 +82,7 @@
|
||||||
"Block until the apiserver is servicing API requests": "阻塞直到 apiserver 为 API 请求提供服务",
|
"Block until the apiserver is servicing API requests": "阻塞直到 apiserver 为 API 请求提供服务",
|
||||||
"Booting up control plane ...": "",
|
"Booting up control plane ...": "",
|
||||||
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t": "",
|
||||||
|
"Bridge CNI is incompatible with multi-node clusters, use a different CNI": "",
|
||||||
"Build a container image in minikube": "",
|
"Build a container image in minikube": "",
|
||||||
"Build a container image, using the container runtime.": "",
|
"Build a container image, using the container runtime.": "",
|
||||||
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
"CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)": "",
|
||||||
|
@ -844,6 +845,7 @@
|
||||||
"Unpausing node {{.name}} ... ": "",
|
"Unpausing node {{.name}} ... ": "",
|
||||||
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path": "",
|
||||||
"Unset variables instead of setting them": "",
|
"Unset variables instead of setting them": "",
|
||||||
|
"Update Docker to the latest minor version, this version is unsupported": "",
|
||||||
"Update kubeconfig in case of an IP or port change": "",
|
"Update kubeconfig in case of an IP or port change": "",
|
||||||
"Update server returned an empty list": "",
|
"Update server returned an empty list": "",
|
||||||
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
"Updating the running {{.driver_name}} \"{{.cluster}}\" {{.machine_type}} ...": "",
|
||||||
|
@ -920,6 +922,7 @@
|
||||||
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI": "",
|
||||||
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "您可能需要从管理程序中手动移除“{{.name}}”虚拟机",
|
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor": "您可能需要从管理程序中手动移除“{{.name}}”虚拟机",
|
||||||
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
"You may need to stop the Hyper-V Manager and run `minikube delete` again.": "",
|
||||||
|
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead": "",
|
||||||
"You must specify a service name": "",
|
"You must specify a service name": "",
|
||||||
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "",
|
||||||
"Your cgroup does not allow setting memory.": "",
|
"Your cgroup does not allow setting memory.": "",
|
||||||
|
|
Loading…
Reference in New Issue