Update auto-generated docs and translations
parent
119a0f07d7
commit
f2811a52e8
|
@ -511,6 +511,9 @@ should fail if hairpinMode is off
|
|||
tests starting minikube without Kubernetes,
|
||||
for use cases where user only needs to use the container runtime (docker, containerd, crio) inside minikube
|
||||
|
||||
#### validateStartNoK8sWithVersion
|
||||
expect an error when starting a minikube cluster without kubernetes and with a kubernetes version.
|
||||
|
||||
#### validateStartNoK8S
|
||||
starts a minikube cluster without kubernetes started/configured
|
||||
|
||||
|
|
|
@ -861,6 +861,7 @@
|
|||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "",
|
||||
"cancel any existing scheduled stop requests": "",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "",
|
||||
"config view failed": "",
|
||||
"containers paused status: {{.paused}}": "",
|
||||
|
|
|
@ -867,6 +867,7 @@
|
|||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "",
|
||||
"cancel any existing scheduled stop requests": "",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "",
|
||||
"config view failed": "",
|
||||
"containers paused status: {{.paused}}": "",
|
||||
|
|
|
@ -810,6 +810,7 @@
|
|||
"bash completion.": "complétion bash",
|
||||
"call with cleanup=true to remove old tunnels": "appelez avec cleanup=true pour supprimer les anciens tunnels",
|
||||
"cancel any existing scheduled stop requests": "annuler toutes les demandes d'arrêt programmées existantes",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "config modifie les fichiers de configuration de minikube à l'aide de sous-commandes telles que \"minikube config set driver kvm2\"\nChamps configurables : \\n\\n",
|
||||
"config view failed": "échec de la vue de configuration",
|
||||
"containers paused status: {{.paused}}": "état des conteneurs en pause : {{.paused}}",
|
||||
|
|
|
@ -872,6 +872,7 @@
|
|||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "cleanup=true で呼び出すことで、古い tunnel を削除することができます",
|
||||
"cancel any existing scheduled stop requests": "",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm\"\nConfigurable fields:\\n\\n": "config では以下のようにサブコマンドを使用して、minikube の設定ファイルを編集することができます。 \"minikube config set driver kvm\"\n設定可能なフィールドは以下です。\\n\\n",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "",
|
||||
"config view failed": "設定を表示するのに失敗しました",
|
||||
|
|
|
@ -869,6 +869,7 @@
|
|||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "",
|
||||
"cancel any existing scheduled stop requests": "예정된 모든 중지 요청을 취소합니다",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "",
|
||||
"config view failed": "config view 가 실패하였습니다",
|
||||
"containers paused status: {{.paused}}": "",
|
||||
|
|
|
@ -877,6 +877,7 @@
|
|||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "",
|
||||
"cancel any existing scheduled stop requests": "",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "",
|
||||
"config view failed": "",
|
||||
"containers paused status: {{.paused}}": "",
|
||||
|
|
|
@ -805,6 +805,7 @@
|
|||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "",
|
||||
"cancel any existing scheduled stop requests": "",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "",
|
||||
"config view failed": "",
|
||||
"containers paused status: {{.paused}}": "",
|
||||
|
|
|
@ -985,6 +985,7 @@
|
|||
"bash completion.": "",
|
||||
"call with cleanup=true to remove old tunnels": "",
|
||||
"cancel any existing scheduled stop requests": "",
|
||||
"cannot specify --kubernetes-version with --no-kubernetes,\nto unset a global config run:\n\n$ minikube config unset kubernetes-version": "",
|
||||
"config modifies minikube config files using subcommands like \"minikube config set driver kvm2\"\nConfigurable fields: \\n\\n": "",
|
||||
"config view failed": "",
|
||||
"containers paused status: {{.paused}}": "",
|
||||
|
|
Loading…
Reference in New Issue