Update auto-generated docs and translations
parent
3fabfbeacd
commit
00824ccca7
site/content/en/docs
commands
contrib
|
@ -32,7 +32,7 @@ minikube start [flags]
|
|||
--cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true)
|
||||
--cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)
|
||||
--cni string CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)
|
||||
--container-runtime string The container runtime to be used. Valid options: docker, nvidia-docker, cri-o, containerd (default: auto)
|
||||
--container-runtime string The container runtime to be used. Valid options: docker, cri-o, containerd (default: auto)
|
||||
--cpus string Number of CPUs allocated to Kubernetes. Use "max" to use the maximum number of CPUs. (default "2")
|
||||
--cri-socket string The cri socket path to be used.
|
||||
--delete-on-failure If set, delete the current cluster if start fails and try again. Defaults to false.
|
||||
|
@ -57,6 +57,7 @@ minikube start [flags]
|
|||
--feature-gates string A set of key=value pairs that describe feature gates for alpha/experimental features.
|
||||
--force Force minikube to perform possibly dangerous operations
|
||||
--force-systemd If set, force the container runtime to use systemd as cgroup manager. Defaults to false.
|
||||
-g, --gpus string Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)
|
||||
--host-dns-resolver Enable host resolver for NAT DNS requests (virtualbox driver only) (default true)
|
||||
--host-only-cidr string The CIDR to be used for the minikube VM (virtualbox driver only) (default "192.168.59.1/24")
|
||||
--host-only-nic-type string NIC Type used for host only network. One of Am79C970A, Am79C973, 82540EM, 82543GC, 82545EM, or virtio (virtualbox driver only) (default "virtio")
|
||||
|
|
|
@ -62,6 +62,9 @@ tests enabling an addon on a non-existing cluster
|
|||
#### validateDisablingAddonOnNonExistingCluster
|
||||
tests disabling an addon on a non-existing cluster
|
||||
|
||||
#### validateNvidiaDevicePlugin
|
||||
tests the nvidia-device-plugin addon by ensuring the pod comes up and the addon disables
|
||||
|
||||
## TestCertOptions
|
||||
makes sure minikube certs respect the --apiserver-ips and --apiserver-names parameters
|
||||
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "Nachdem das Addon aktiviert wurde, führen Sie bitte \"minikube tunnel\" aus, dann sind ihre Resourcen über \"127.0.0.1\" erreichbar",
|
||||
"Aliases": "Aliase",
|
||||
"All existing scheduled stops cancelled": "Alle derzeit existierenden und geplanten Stops wurden storniert.",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "Benutzer-Eingabeaufforderungen für zusätzliche Informationen zulassen",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "Alternatives Bild-Repository zum Abrufen von Docker-Images. Dies ist hilfreich, wenn Sie nur eingeschränkten Zugriff auf gcr.io haben. Stellen Sie \"auto\" ein, dann wählt minikube eins für sie aus. Nutzer vom chinesischen Festland können einen lokalen gcr.io-Mirror wie registry.cn-hangzhou.aliyuncs.com/google_containers verwenden.",
|
||||
"Alternatively you could install one of these drivers:": "Alternativ könnten Sie einen dieser Treiber installieren:",
|
||||
|
@ -387,6 +388,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "Unsichere Docker-Registrys, die an den Docker-Daemon übergeben werden. Der CIDR-Bereich des Standarddienstes wird automatisch hinzugefügt.",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "Installieren Sie VirtualBox und stellen Sie sicher, dass es im Pfad ist. Alternativ verwenden Sie einen anderen --driver",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "Installieren Sie das aktuellste hyperkit-Binary und führen Sie 'minikube delete' aus",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "Falscher Port",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "Istio benötigt {{.minCPUs}} CPUs -- Ihre Konfiguration reserviert nur {{.cpus}} CPUs",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "Istio benötigt {{.minMem}}MB Speicher -- Ihre Konfiguration reserviert nur {{.memory}}MB",
|
||||
|
@ -879,6 +881,7 @@
|
|||
"User name must be 60 chars or less.": "Der Benutzername kann 60 oder weniger Zeichen lang sein",
|
||||
"Userspace file server is shutdown": "Userspace File Server ist heruntergefahren",
|
||||
"Userspace file server: ": "Userspace File Server:",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "Verwenden des Image-Repositorys {{.name}}",
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "",
|
||||
"Aliases": "Aliases",
|
||||
"All existing scheduled stops cancelled": "",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "Permitir que el usuario solicite más información",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "Repositorio de imágenes alternativo del que extraer imágenes de Docker. Puedes usarlo cuando tengas acceso limitado a gcr.io. Si quieres que minikube elija uno por ti, solo tienes que definir el valor como \"auto\". Los usuarios de China continental pueden utilizar réplicas locales de gcr.io, como registry.cn-hangzhou.aliyuncs.com/google_containers",
|
||||
"Alternatively you could install one of these drivers:": "Alternativamente, puede installar uno de estos drivers:",
|
||||
|
@ -393,6 +394,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "Registros de Docker que no son seguros y que se transferirán al daemon de Docker. Se añadirá automáticamente el intervalo CIDR de servicio predeterminado.",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "",
|
||||
|
@ -876,6 +878,7 @@
|
|||
"User name must be 60 chars or less.": "",
|
||||
"Userspace file server is shutdown": "",
|
||||
"Userspace file server: ": "",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "Utilizando el repositorio de imágenes {{.name}}",
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "Après que le module est activé, veuiller exécuter \"minikube tunnel\" et vos ressources ingress seront disponibles à \"127.0.0.1\"",
|
||||
"Aliases": "Alias",
|
||||
"All existing scheduled stops cancelled": "Tous les arrêts programmés existants annulés",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "Autoriser les utilisateurs à saisir plus d'informations",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "Autre dépôt d'images d'où extraire des images Docker. Il peut être utilisé en cas d'accès limité à gcr.io. Définissez-le sur \"auto\" pour permettre à minikube de choisir la valeur à votre place. Pour les utilisateurs situés en Chine continentale, vous pouvez utiliser des miroirs gcr.io locaux tels que registry.cn-hangzhou.aliyuncs.com/google_containers.",
|
||||
"Alternatively you could install one of these drivers:": "Vous pouvez également installer l'un de ces pilotes :",
|
||||
|
@ -381,6 +382,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "Registres Docker non sécurisés à transmettre au démon Docker. La plage CIDR de service par défaut sera automatiquement ajoutée.",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "Installez VirtualBox et assurez-vous qu'il est dans le chemin, ou sélectionnez une valeur alternative pour --driver",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "Installez le dernier binaire hyperkit et exécutez 'minikube delete'",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "Port invalide",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "Istio a besoin de {{.minCPUs}} processeurs -- votre configuration n'alloue que {{.cpus}} processeurs",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "Istio a besoin de {{.minMem}}Mo de mémoire -- votre configuration n'alloue que {{.memory}}Mo",
|
||||
|
@ -858,6 +860,7 @@
|
|||
"User name must be 60 chars or less.": "Le nom d'utilisateur doit comporter 60 caractères ou moins.",
|
||||
"Userspace file server is shutdown": "Le serveur de fichiers de l'espace utilisateur est arrêté",
|
||||
"Userspace file server: ": "Serveur de fichiers de l'espace utilisateur :",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "L'utilisation de Kubernetes v1.24+ avec le runtime Docker nécessite l'installation de cri-docker",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "Utilisation de Kubernetes {{.version}} car la version du correctif n'a pas été spécifiée",
|
||||
"Using image repository {{.name}}": "Utilisation du dépôt d'images {{.name}}…",
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "アドオンを有効にした後、「minikube tunnel」を実行することで、ingress リソースが「127.0.0.1」で利用可能になります",
|
||||
"Aliases": "エイリアス",
|
||||
"All existing scheduled stops cancelled": "既存のスケジュールされていたすべての停止がキャンセルされました",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "ユーザーによる詳細情報の入力をできるようにします",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "Docker イメージを取得するための代替イメージリポジトリー。これは、gcr.io へのアクセスが制限されている場合に使用できます。これを「auto」に設定すると、minikube によって自動的に指定されるようになります。中国本土のユーザーの場合、registry.cn-hangzhou.aliyuncs.com/google_containers などのローカル gcr.io ミラーを使用できます",
|
||||
"Alternatively you could install one of these drivers:": "代わりに、これらのドライバーのいずれかをインストールすることもできます:",
|
||||
|
@ -366,6 +367,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "Docker デーモンに渡す安全でない Docker レジストリー。デフォルトのサービス CIDR 範囲が自動的に追加されます。",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "VritualBox をインストールして、VirtualBox がパス中にあることを確認するか、--driver に別の値を指定してください",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "最新の hyperkit バイナリーをインストールして、'minikube delete' を実行してください",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "無効なポート",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "Istio は {{.minCPUs}} 個の CPU を必要とします -- あなたの設定では {{.cpus}} 個の CPU しか割り当てていません",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "Istio は {{.minMem}}MB のメモリーを必要とします -- あなたの設定では、{{.memory}}MB しか割り当てていません",
|
||||
|
@ -824,6 +826,7 @@
|
|||
"User name must be 60 chars or less.": "ユーザー名は 60 文字以内でなければなりません。",
|
||||
"Userspace file server is shutdown": "ユーザースペースのファイルサーバーが停止しました",
|
||||
"Userspace file server: ": "ユーザースペースのファイルサーバー: ",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "Docker ランタイムで Kubernetes v1.24+ を使用するには、cri-docker をインストールする必要があります",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "{{.name}} イメージリポジトリーを使用しています",
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": " ",
|
||||
"Aliases": "별칭",
|
||||
"All existing scheduled stops cancelled": "예정된 모든 중지 요청이 취소되었습니다",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "많은 정보를 위해 사용자 프롬프트를 허가합니다",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "",
|
||||
"Alternatively you could install one of these drivers:": "",
|
||||
|
@ -407,6 +408,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "",
|
||||
|
@ -875,6 +877,7 @@
|
|||
"User name must be 60 chars or less.": "",
|
||||
"Userspace file server is shutdown": "",
|
||||
"Userspace file server: ": "",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "",
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "Po włączeniu addona wykonaj komendę \"minikube tunnel\". Twoje zasoby będą dostępne pod adresem \"127.0.0.1\"",
|
||||
"Aliases": "Aliasy",
|
||||
"All existing scheduled stops cancelled": "Wszystkie zaplanowane zatrzymania zostały anulowane",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "",
|
||||
"Alternatively you could install one of these drivers:": "",
|
||||
|
@ -394,6 +395,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "",
|
||||
"Invalid size passed in argument: {{.error}}": "Nieprawidłowy rozmiar przekazany w argumencie: {{.error}}",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "",
|
||||
|
@ -885,6 +887,7 @@
|
|||
"User name must be 60 chars or less.": "",
|
||||
"Userspace file server is shutdown": "",
|
||||
"Userspace file server: ": "",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "",
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "",
|
||||
"Aliases": "",
|
||||
"All existing scheduled stops cancelled": "",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "",
|
||||
"Alternatively you could install one of these drivers:": "",
|
||||
|
@ -360,6 +361,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "",
|
||||
|
@ -811,6 +813,7 @@
|
|||
"User name must be 60 chars or less.": "",
|
||||
"Userspace file server is shutdown": "",
|
||||
"Userspace file server: ": "",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "",
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "",
|
||||
"Aliases": "",
|
||||
"All existing scheduled stops cancelled": "",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "",
|
||||
"Alternatively you could install one of these drivers:": "",
|
||||
|
@ -360,6 +361,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "",
|
||||
|
@ -811,6 +813,7 @@
|
|||
"User name must be 60 chars or less.": "",
|
||||
"Userspace file server is shutdown": "",
|
||||
"Userspace file server: ": "",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "",
|
||||
"Using image repository {{.name}}": "",
|
||||
|
|
|
@ -73,6 +73,7 @@
|
|||
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"": "插件启用后,请运行 \"minikube tunnel\" 您的 ingress 资源将在 \"127.0.0.1\"",
|
||||
"Aliases": "别名",
|
||||
"All existing scheduled stops cancelled": "取消所有已计划的停止",
|
||||
"Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)": "",
|
||||
"Allow user prompts for more information": "允许用户提示以获取更多信息",
|
||||
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \"auto\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers": "用于从中拉取 docker 镜像的备选镜像存储库。如果您对 gcr.io 的访问受到限制,则可以使用该镜像存储库。将镜像存储库设置为“auto”可让 minikube 为您选择一个存储库。对于中国大陆用户,您可以使用本地 gcr.io 镜像,例如 registry.cn-hangzhou.aliyuncs.com/google_containers",
|
||||
"Alternatively you could install one of these drivers:": "或者你也可以安装以下驱动程序:",
|
||||
|
@ -470,6 +471,7 @@
|
|||
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.": "传递给 Docker 守护进程的不安全 Docker 注册表。系统会自动添加默认服务 CIDR 范围。",
|
||||
"Install VirtualBox and ensure it is in the path, or select an alternative value for --driver": "安装 VirtualBox 并确保它在路径中,或选择一个替代的值作为 --driver。",
|
||||
"Install the latest hyperkit binary, and run 'minikube delete'": "安装最新的 hyperkit 二进制文件,然后运行 'minikube delete'",
|
||||
"Installing the NVIDIA Container Toolkit...": "",
|
||||
"Invalid port": "无效的端口",
|
||||
"Istio needs {{.minCPUs}} CPUs -- your configuration only allocates {{.cpus}} CPUs": "Istio 需要 {{.minCPUs}} 个CPU核心,但您的配置只分配了 {{.cpus}} 个CPU核心。",
|
||||
"Istio needs {{.minMem}}MB of memory -- your configuration only allocates {{.memory}}MB": "Istio 需要 {{.minMem}}MB 内存,而你的配置只分配了 {{.memory}}MB",
|
||||
|
@ -989,6 +991,7 @@
|
|||
"User name must be 60 chars or less.": "用户名必须为 60 个字符或更少。",
|
||||
"Userspace file server is shutdown": "",
|
||||
"Userspace file server: ": "",
|
||||
"Using GPUs with the Docker driver is experimental, if you experience any issues please report them at: https://github.com/kubernetes/minikube/issues/new/choose": "",
|
||||
"Using Kubernetes v1.24+ with the Docker runtime requires cri-docker to be installed": "",
|
||||
"Using Kubernetes {{.version}} since patch version was unspecified": "使用 Kubernetes {{.version}},因为未指定修补程序版本",
|
||||
"Using image repository {{.name}}": "正在使用镜像存储库 {{.name}}",
|
||||
|
|
Loading…
Reference in New Issue