diff --git a/site/content/en/docs/contrib/errorcodes.en.md b/site/content/en/docs/contrib/errorcodes.en.md index 6b06181c51..ecec5f5aa9 100644 --- a/site/content/en/docs/contrib/errorcodes.en.md +++ b/site/content/en/docs/contrib/errorcodes.en.md @@ -491,6 +491,8 @@ minikube was unable to safely downgrade installed Kubernetes version "NOT_FOUND_VMNET_HELPER" (Exit code ExProgramNotFound) +"NOT_CONFIGURED_VMNET_HELPER" (Exit code ExProgramConfig) + ## Error Codes diff --git a/translations/de.json b/translations/de.json index 1f2841f8a4..69258275a9 100644 --- a/translations/de.json +++ b/translations/de.json @@ -124,6 +124,7 @@ "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "Konfigurieren Sie einen externen Netzwerk-Switch mit Hilfe der offiziellen Dokumentation, dann fügen Sie `--hyperv-virtual-switch=\u003cswitch-name\u003e` zum Start-Befehl `minikube start` hinzu", "Configure environment to use minikube's Docker daemon": "Konfiguriere die Umgebung um Minikubes Docker daemon zu verwenden", "Configure environment to use minikube's Podman service": "Konfiguriere die Umgebung um Minikubes Podman Service zu verwenden", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "Konfiguriert das Addon mit Name ADDON_NAME in Minikube (Beispiel: minikube addons configure registry-creds). Eine Liste aller verfügbaren Addons erhält man mit: minikube addons list", "Configuring RBAC rules ...": "Konfiguriere RBAC Regeln ...", "Configuring local host environment ...": "Konfiguriere Umgebung des lokalen Hosts ...", @@ -844,6 +845,7 @@ "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "Um auf Headlamp zuzugreifen, verwenden Sie den folgenden Befehl:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n", "To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "Um auf Headlamp zuzugreifen, führen Sie folgenden Befehl aus:\nminikube service headlamp -n headlamp\n\n", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "Um auf das YAKD - Kubernetes Dashboard zuzugreifen, warten Sie bis der POD ready ist und führen Sie folgenden Befehl aus:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "Um zu diesem Cluster zu verbinden, verwende --context={{.name}}", "To connect to this cluster, use: kubectl --context={{.name}}": "Verwenden Sie zum Herstellen einer Verbindung zu diesem Cluster: kubectl --context = {{.name}}", "To connect to this cluster, use: kubectl --context={{.name}}__1": "Verwenden Sie zum Herstellen einer Verbindung zu diesem Cluster: kubectl --context = {{.name}}", @@ -910,6 +912,7 @@ "Unable to remove machine directory": "Kann Maschinen Verzeichnis nicht entfernen", "Unable to restart cluster, will reset it: {{.error}}": "Kann den Cluster nicht neustarten, werde ihn zurücksetzen (reset): {{.error}}", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "Kann Control-Plane Node(s) nicht neustarten, Cluster wird zurückgesetzt (reset): {{.error}}", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "Kann existierenden Kubernetes v{{.old}} Cluster nicht auf Version v{{.new}} downgraden", "Unable to stop VM": "Kann VM nicht stoppen", "Unable to update {{.driver}} driver: {{.error}}": "Kann Treiber {{.driver}} nicht aktualisieren: {{.error}}", @@ -1068,6 +1071,7 @@ "failed to set cloud shell kubelet config options": "Setzen der Cloud Shell Kublet Konfigurations Opetionen fehlgeschlagen", "failed to set extra option": "Fehler beim Setzen von Extra Option", "failed to start node": "Start des Nodes fehlgeschlagen", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "", "fish completion failed": "fish completion fehlgeschlagen", "fish completion.": "fish fehlgeschlagen", @@ -1162,7 +1166,7 @@ "using metrics-server addon, heapster is deprecated": "Verwende Metrics-Server Addon, heapster ist veraltet (deprecated)", "version json failure": "version json Fehler", "version yaml failure": "version yaml Fehler", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "Yaml Encoding Fehler", "zsh completion failed": "zsh completion fehlgeschlagen", "zsh completion.": "", diff --git a/translations/es.json b/translations/es.json index 881957276a..1fde2a2e60 100644 --- a/translations/es.json +++ b/translations/es.json @@ -121,6 +121,7 @@ "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "Configura un switch de red externo siguiendo la documentación oficial, y luego añade `--hyperv-virtual-switch=\u003cswitch-name\u003e` a `minikube start`", "Configure environment to use minikube's Docker daemon": "Configura un entorno para usar el Docker daemon de minikube", "Configure environment to use minikube's Podman service": "Configura un entorno para usar el servicio Podman de minikube", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "Configura los complementos dentro de minikube con ADDON_NAME (Por ejemplo: minikube addons configure registry-creds). Para ver los complementos disponibles usa: minikube addons list", "Configuring RBAC rules ...": "Configurando reglas RBAC...", "Configuring local host environment ...": "Configuranto entorno del host local ...", @@ -811,6 +812,7 @@ "Tip: To remove this root owned cluster, run: sudo {{.cmd}} delete": "Para eliminar este clúster de raíz, ejecuta: sudo {{.cmd}} delete", "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "", "To connect to this cluster, use: kubectl --context={{.name}}": "Para conectarte a este clúster, usa: kubectl --context={{.name}}", "To connect to this cluster, use: kubectl --context={{.name}}__1": "Para conectarte a este clúster, usa: kubectl --context={{.name}}", @@ -868,6 +870,7 @@ "Unable to push cached images: {{.error}}": "", "Unable to remove machine directory": "", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "", "Unable to stop VM": "", "Unable to update {{.driver}} driver: {{.error}}": "", @@ -1018,6 +1021,7 @@ "failed to save config": "", "failed to set extra option": "", "failed to start node": "", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "", "fish completion failed": "", "fish completion.": "", @@ -1108,7 +1112,7 @@ "usage: minikube profile [MINIKUBE_PROFILE_NAME]": "", "version json failure": "", "version yaml failure": "", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "", "zsh completion failed": "Falló el autocompletado de zsh", "zsh completion.": "autocompletado zsh", diff --git a/translations/fr.json b/translations/fr.json index 990da86655..a2dfe63681 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -125,6 +125,7 @@ "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "Configurez un commutateur réseau externe en suivant la documentation officielle, puis ajoutez `--hyperv-virtual-switch=\u003cswitch-name\u003e` à `minikube start`", "Configure environment to use minikube's Docker daemon": "Configurer l'environnement pour utiliser le démon Docker de minikube", "Configure environment to use minikube's Podman service": "Configurer l'environnement pour utiliser le service Podman de minikube", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "Configure le module w/ADDON_NAME dans minikube (exemple : minikube addons configure registry-creds). Pour une liste des modules disponibles, utilisez : minikube addons list", "Configuring RBAC rules ...": "Configuration des règles RBAC ...", "Configuring local host environment ...": "Configuration de l'environnement de l'hôte local...", @@ -827,6 +828,7 @@ "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "Pour accéder à YAKD - Kubernetes Dashboard, attendez que le Pod soit prêt et exécutez la commande suivante :\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n": "Pour accéder à YAKD - Kubernetes Dashboard, attendez que le Pod soit prêt et exécutez la commande suivante :\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n\n", "To authenticate in Headlamp, fetch the Authentication Token using the following command:\n\nexport SECRET=$(kubectl get secrets --namespace headlamp -o custom-columns=\":metadata.name\" | grep \"headlamp-token\")\nkubectl get secret $SECRET --namespace headlamp --template=\\{\\{.data.token\\}\\} | base64 --decode\n\t\t\t\n": "Pour vous authentifier dans Headlamp, récupérez le jeton d'authentification à l'aide de la commande suivante :\n\nexport SECRET=$(kubectl get secrets --namespace headlamp -o custom-columns=\":metadata.name\" | grep \"headlamp-token \")\nkubectl get secret $SECRET --namespace headlamp --template=\\{\\{.data.token\\}\\} | base64 --decode\n\t\t\t\n", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "Pour vous connecter à ce cluster, utilisez : --context={{.name}}", "To connect to this cluster, use: kubectl --context={{.profile_name}}": "Pour vous connecter à ce cluster, utilisez : kubectl --context={{.profile_name}}", "To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "Pour désactiver les notifications bêta, exécutez : 'minikube config set WantBetaUpdateNotification false'", @@ -891,6 +893,7 @@ "Unable to remove machine directory": "Impossible de supprimer le répertoire de la machine", "Unable to restart cluster, will reset it: {{.error}}": "Impossible de redémarrer le cluster, va être réinitialisé : {{.error}}", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "Impossible de redémarrer le(s) nœud(s) du plan de contrôle, le cluster sera réinitialisé : {{.error}}", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "Impossible de rétrograder en toute sécurité le cluster Kubernetes v{{.old}} existant vers v{{.new}}", "Unable to stop VM": "Impossible d'arrêter la VM", "Unable to update {{.driver}} driver: {{.error}}": "Impossible de mettre à jour le pilote {{.driver}} : {{.error}}", @@ -1052,6 +1055,7 @@ "failed to set cloud shell kubelet config options": "échec de la définition des options de configuration cloud shell kubelet", "failed to set extra option": "impossible de définir une option supplémentaire", "failed to start node": "échec du démarrage du nœud", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "faux", "fish completion failed": "la complétion fish a échoué", "fish completion.": "complétion fish.", @@ -1149,7 +1153,7 @@ "using metrics-server addon, heapster is deprecated": "utilisation du module metrics-server, heapster est obsolète", "version json failure": "échec de la version du JSON", "version yaml failure": "échec de la version du YAML", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "échec de l'encodage yaml", "zsh completion failed": "complétion de zsh en échec", "zsh completion.": "complétion zsh.", diff --git a/translations/id.json b/translations/id.json index b1b34c4b86..f479b1854a 100644 --- a/translations/id.json +++ b/translations/id.json @@ -111,6 +111,7 @@ "Configure a default route on this Linux host, or use another --driver that does not require it": "Konfigurasikan rute default pada host Linux ini, atau gunakan --driver lain yang tidak memerlukannya", "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "Konfigurasikan external network switch dengan mengikuti dokumentasi resmi, lalu tambahkan argumen `--hyperv-virtual-switch=\u003cswitch-name\u003e` ke `minikube start`", "Configure environment to use minikube's Podman service": "Konfigurasikan environment untuk menggunakan layanan Podman minikube", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "Mengonfigurasi add-on dengan ADDON_NAME dalam minikube (contoh: minikube addons configure registry-creds). Untuk daftar add-on yang tersedia, gunakan: minikube addons list", "Configuring RBAC rules ...": "Konfigurasi aturan RBAC...", "Configuring local host environment ...": "Mengonfigurasi environment host lokal ...", @@ -751,6 +752,7 @@ "Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "Tip: Untuk menghapus klaster yang dimiliki oleh root ini, jalankan: sudo {{.cmd}}.", "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "Untuk mengakses Headlamp, gunakan perintah berikut:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "Untuk mengakses YAKD - Kubernetes Dashboard, tunggu hingga Pod siap dan jalankan perintah berikut:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "Untuk terhubung ke klaster ini, gunakan: --context={{.name}}.", "To connect to this cluster, use: kubectl --context={{.profile_name}}": "Untuk terhubung ke klaster ini, gunakan: kubectl --context={{.profile_name}}.", "To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "Untuk menonaktifkan pemberitahuan beta, jalankan: 'minikube config set WantBetaUpdateNotification false'.", @@ -804,6 +806,7 @@ "Unable to push cached images: {{.error}}": "", "Unable to remove machine directory": "", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "Tidak dapat menurunkan versi Kubernetes dari v{{.old}} ke v{{.new}} secara aman.", "Unable to stop VM": "Tidak dapat menghentikan VM.", "Unable to update {{.driver}} driver: {{.error}}": "Tidak dapat memperbarui driver {{.driver}}: {{.error}}.", @@ -950,6 +953,7 @@ "failed to save config": "Gagal menyimpan konfigurasi", "failed to set extra option": "Gagal menetapkan opsi tambahan", "failed to start node": "Gagal memulai node.", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "Salah.", "fish completion failed": "fish completion gagal", "fish completion.": "fish completion.", @@ -1041,7 +1045,7 @@ "usage: minikube profile [MINIKUBE_PROFILE_NAME]": "Penggunaan: minikube profile [MINIKUBE_PROFILE_NAME]", "version json failure": "Gagal mendapatkan versi dalam format JSON", "version yaml failure": "Gagal mendapatkan versi dalam format YAML", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "Gagal melakukan encoding YAML", "zsh completion failed": "zsh completion gagal", "zsh completion.": "zsh completio", diff --git a/translations/ja.json b/translations/ja.json index a736a82356..5d904d49f8 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -119,6 +119,7 @@ "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "公式ドキュメントに従って、外部ネットワークスイッチを設定し、`minikube start` に `--hyperv-virtual-switch=\u003cswitch-name\u003e` を追加してください", "Configure environment to use minikube's Docker daemon": "minikube の Docker デーモンを使用するように環境を設定します", "Configure environment to use minikube's Podman service": "minikube の Podman サービスを使用するように環境を設定します", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "minikube 内の ADDON_NAME のアドオンを設定します (例: minikube addons configure registry-creds)。利用可能なアドオンのリストは、minikube addons list を使用してください", "Configuring RBAC rules ...": "RBAC のルールを設定中です...", "Configuring local host environment ...": "ローカルホスト環境を設定中です...", @@ -792,6 +793,7 @@ "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "", "To access Headlamp, use the following command:\nminikube service headlamp -n headlamp\n\n": "Headlamp にアクセスするには、次のコマンドを使用します:\nminikube service headlamp -n headlamp\n\n", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "このクラスターに接続するためには、--context={{.name}} を使用します", "To connect to this cluster, use: kubectl --context={{.profile_name}}": "このクラスターに接続するためには、kubectl --context={{.profile_name}} を使用します", "To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "ベータ通知を無効にするためには、'minikube config set WantBetaUpdateNotification false' を実行します", @@ -853,6 +855,7 @@ "Unable to remove machine directory": "マシンディレクトリーを削除できません", "Unable to restart cluster, will reset it: {{.error}}": "クラスターを再起動できません (リセットします): {{.error}}", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "既存の Kubernetes v{{.old}} クラスターを v{{.new}} に安全にバージョンダウンできません", "Unable to stop VM": "VM を停止できません", "Unable to update {{.driver}} driver: {{.error}}": "{{.driver}} ドライバーを更新できません: {{.error}}", @@ -1002,6 +1005,7 @@ "failed to save config": "設定保存に失敗しました", "failed to set extra option": "追加オプションの設定に失敗しました", "failed to start node": "ノード開始に失敗しました", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "", "fish completion failed": "fish のコマンド補完に失敗しました", "fish completion.": "fish のコマンド補完です。", @@ -1097,7 +1101,7 @@ "using metrics-server addon, heapster is deprecated": "metrics-server アドオンを使用します (heapster は廃止予定です)", "version json failure": "JSON 形式のバージョン表示に失敗しました", "version yaml failure": "YAML 形式のバージョン表示に失敗しました", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "YAML エンコードに失敗しました", "zsh completion failed": "zsh のコマンド補完に失敗しました", "zsh completion.": "zsh のコマンド補完です。", diff --git a/translations/ko.json b/translations/ko.json index 2e8f29d310..626b576440 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -128,6 +128,7 @@ "Configure a default route on this Linux host, or use another --driver that does not require it": "이 Linux 호스트에 대한 기본 경로를 구성하거나, 이를 필요로하지 않는 다른 --driver 를 사용하세요", "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "공식 문서를 따라 외부 네트워크 스위치를 구성한 다음 `minikube start`에 `--hyperv-virtual-switch=\u003cswitch-name\u003e`를 추가하세요", "Configure environment to use minikube's Podman service": "minikube 의 Podman 서비스를 사용하도록 환경을 구성합니다", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "minikube 내에서 애드온 w/ADDON_NAME 을 구성합니다 (예시: minikube addons configure registry-creds). 사용 가능한 애드온 목록은 다음과 같습니다: minikube addons list", "Configuring RBAC rules ...": "RBAC 규칙을 구성하는 중 ...", "Configuring local host environment ...": "로컬 환경 변수를 구성하는 중 ...", @@ -819,6 +820,7 @@ "Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "", "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "", "To connect to this cluster, use: kubectl --context={{.profile_name}}": "", "To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "", @@ -875,6 +877,7 @@ "Unable to remove machine directory": "", "Unable to remove machine directory: %v": "머신 디렉토리를 제거할 수 없습니다: %v", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "", "Unable to start VM. Please investigate and run 'minikube delete' if possible": "가상 머신을 시작할 수 없습니다. 확인 후 가능하면 'minikube delete' 를 실행하세요", "Unable to stop VM": "가상 머신을 중지할 수 없습니다", @@ -1030,6 +1033,7 @@ "failed to save config": "", "failed to set extra option": "", "failed to start node": "", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "", "fish completion failed": "", "fish completion.": "", @@ -1126,7 +1130,7 @@ "usage: minikube profile [MINIKUBE_PROFILE_NAME]": "", "version json failure": "", "version yaml failure": "", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "", "zsh completion failed": "zsh 완성이 실패하였습니다", "zsh completion.": "", diff --git a/translations/pl.json b/translations/pl.json index 995d83721b..fddb37be4a 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -120,6 +120,7 @@ "Configure a default route on this Linux host, or use another --driver that does not require it": "", "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "", "Configure environment to use minikube's Podman service": "", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "", "Configuring RBAC rules ...": "Konfigurowanie zasad RBAC ...", "Configuring environment for Kubernetes {{.k8sVersion}} on {{.runtime}} {{.runtimeVersion}}": "Konfigurowanie środowiska dla Kubernetesa w wersji {{.k8sVersion}} na {{.runtime}} {{.runtimeVersion}}", @@ -820,6 +821,7 @@ "Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "", "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "", "To connect to this cluster, use: kubectl --context={{.name}}": "Aby połączyć się z klastrem użyj: kubectl --context={{.name}}", "To connect to this cluster, use: kubectl --context={{.profile_name}}": "Aby połaczyć się z klastrem użyj: kubectl --context={{.profile_name}}", @@ -875,6 +877,7 @@ "Unable to push cached images: {{.error}}": "", "Unable to remove machine directory": "", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "", "Unable to start VM": "Nie można uruchomić maszyny wirtualnej", "Unable to stop VM": "Nie można zatrzymać maszyny wirtualnej", @@ -1028,6 +1031,7 @@ "failed to save config": "", "failed to set extra option": "", "failed to start node": "", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "", "fish completion failed": "", "fish completion.": "", @@ -1120,7 +1124,7 @@ "usage: minikube profile [MINIKUBE_PROFILE_NAME]": "użycie: minikube profile [MINIKUBE_PROFILE_NAME]", "version json failure": "", "version yaml failure": "", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "", "zsh completion failed": "autouzupełnianie zsh nie powiodło się", "zsh completion.": "autouzupełnianie zsh", diff --git a/translations/ru.json b/translations/ru.json index 131a4ec103..c5d2d707af 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -110,6 +110,7 @@ "Configure a default route on this Linux host, or use another --driver that does not require it": "", "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "", "Configure environment to use minikube's Podman service": "", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "", "Configuring RBAC rules ...": "", "Configuring local host environment ...": "", @@ -750,6 +751,7 @@ "Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "", "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "", "To connect to this cluster, use: kubectl --context={{.profile_name}}": "", "To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "", @@ -802,6 +804,7 @@ "Unable to push cached images: {{.error}}": "", "Unable to remove machine directory": "", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "", "Unable to stop VM": "", "Unable to update {{.driver}} driver: {{.error}}": "", @@ -948,6 +951,7 @@ "failed to save config": "", "failed to set extra option": "", "failed to start node": "", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "", "fish completion failed": "", "fish completion.": "", @@ -1038,7 +1042,7 @@ "usage: minikube profile [MINIKUBE_PROFILE_NAME]": "", "version json failure": "", "version yaml failure": "", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "", "zsh completion failed": "", "zsh completion.": "", diff --git a/translations/strings.txt b/translations/strings.txt index 065c36e88b..d914bf108d 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -109,6 +109,7 @@ "Configure a default route on this Linux host, or use another --driver that does not require it": "", "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "", "Configure environment to use minikube's Podman service": "", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "", "Configuring RBAC rules ...": "", "Configuring local host environment ...": "", @@ -747,6 +748,7 @@ "Tip: To remove this root owned cluster, run: sudo {{.cmd}}": "", "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "", "To connect to this cluster, use: kubectl --context={{.profile_name}}": "", "To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'": "", @@ -799,6 +801,7 @@ "Unable to push cached images: {{.error}}": "", "Unable to remove machine directory": "", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "", "Unable to stop VM": "", "Unable to update {{.driver}} driver: {{.error}}": "", @@ -945,6 +948,7 @@ "failed to save config": "", "failed to set extra option": "", "failed to start node": "", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "", "fish completion failed": "", "fish completion.": "", @@ -1035,7 +1039,7 @@ "usage: minikube profile [MINIKUBE_PROFILE_NAME]": "", "version json failure": "", "version yaml failure": "", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "", "zsh completion failed": "", "zsh completion.": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index b08a78c446..2ae36fce02 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -145,6 +145,7 @@ "Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`": "根据官方文档配置外部网络交换机,然后添加 `--hyperv-virtual-switch=\u003cswitch-name\u003e` 到 `minikube start`", "Configure environment to use minikube's Docker daemon": "配置环境以使用 minikube's Docker daemon", "Configure environment to use minikube's Podman service": "配置环境以使用 minikube's Podman service", + "Configure vmnet-helper to run without a password.\n\n\t\tPlease install a vmnet-helper sudoers rule using these instructions:\n\n\t\thttps://github.com/nirs/vmnet-helper#granting-permission-to-run-vmnet-helper": "", "Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list": "在 minikube 中配置插件 w/ADDON_NAME(例如:minikube addons configure registry-creds)。查看相关可用的插件列表,请使用:minikube addons list", "Configuring RBAC rules ...": "配置 RBAC 规则 ...", "Configuring environment for Kubernetes {{.k8sVersion}} on {{.runtime}} {{.runtimeVersion}}": "开始为Kubernetes {{.k8sVersion}},{{.runtime}} {{.runtimeVersion}} 配置环境变量", @@ -940,6 +941,7 @@ "Tip: To remove this root owned cluster, run: sudo {{.cmd}} delete": "提示:要移除这个由根用户拥有的集群,请运行 sudo {{.cmd}} delete", "To access Headlamp, use the following command:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n": "要访问 Headlamp,请使用以下命令:\n\n\tminikube{{.profileArg}} service headlamp -n headlamp\n", "To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:\n\n\tminikube{{.profileArg}} service yakd-dashboard -n yakd-dashboard\n": "", + "To configure vment-helper to run without a password, please check the documentation:": "", "To connect to this cluster, use: --context={{.name}}": "", "To connect to this cluster, use: kubectl --context={{.name}}": "如需连接到此集群,请使用 kubectl --context={{.name}}", "To connect to this cluster, use: kubectl --context={{.name}}__1": "如需连接到此集群,请使用 kubectl --context={{.name}}", @@ -1008,6 +1010,7 @@ "Unable to remove machine directory": "无法删除machine目录", "Unable to restart cluster, will reset it: {{.error}}": "无法重启集群,将进行重置:{{.error}}", "Unable to restart control-plane node(s), will reset cluster: {{.error}}": "无法重启 control-plane 节点,将重置集群: {{.error}}", + "Unable to run vmnet-helper without a password": "", "Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "无法安全地将现有的 Kubernetes v{{.old}} 集群降级为 v{{.new}}", "Unable to start VM. Please investigate and run 'minikube delete' if possible": "无法启动虚拟机。可能的话请检查后执行 'minikube delete'", "Unable to stop VM": "无法停止虚拟机", @@ -1173,6 +1176,7 @@ "failed to save config": "保存配置失败", "failed to set extra option": "设置额外选项失败", "failed to start node": "启动节点失败", + "failed to validate {{.network}} network: {{.reason}}": "", "false": "false", "fish completion failed": "fish 完成失败", "fish completion.": "fish 完成。", @@ -1269,7 +1273,7 @@ "usage: minikube profile [MINIKUBE_PROFILE_NAME]": "用法: minikube profile [MINIKUBE_PROFILE_NAME]", "version json failure": "json 版本错误", "version yaml failure": "yaml 版本错误", - "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vment-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", + "vmnet-helper was not found on the system, resolve by:\n\n\t\tOption 1) Installing vmnet-helper:\n\n\t\t https://github.com/nirs/vmnet-helper#installation\n\n\t\tOption 2) Using the nat network:\n\n\t\t minikube start{{.profile}} --driver vfkit --network nat": "", "yaml encoding failure": "yaml 编码失败", "zsh completion failed": "zsh 自动补全失败", "zsh completion.": "zsh 自动补全。",