From 5f8c0e8429ac753f3b8277f056bd85550d4be15f Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Wed, 7 Jun 2023 19:19:12 +0000 Subject: [PATCH] Update auto-generated docs and translations --- site/content/en/docs/contrib/errorcodes.en.md | 3 +++ translations/de.json | 2 ++ translations/es.json | 2 ++ translations/fr.json | 4 +++- translations/ja.json | 2 ++ translations/ko.json | 2 ++ translations/pl.json | 2 ++ translations/ru.json | 2 ++ translations/strings.txt | 2 ++ translations/zh-CN.json | 2 ++ 10 files changed, 22 insertions(+), 1 deletion(-) diff --git a/site/content/en/docs/contrib/errorcodes.en.md b/site/content/en/docs/contrib/errorcodes.en.md index ce5689c7ee..ac1501392f 100644 --- a/site/content/en/docs/contrib/errorcodes.en.md +++ b/site/content/en/docs/contrib/errorcodes.en.md @@ -370,6 +370,9 @@ minikube failed to access an ssh client on the host machine "IF_DEDICATED_NETWORK" (Exit code ExLocalNetworkError) minikube failed to create a dedicated network +"ID_BOOTPD_FIREWALL" (Exit code ExLocalNetworkError) +minikube failed to populate dchpd_leases file due to bootpd being blocked by firewall + "INET_CACHE_BINARIES" (Exit code ExInternetError) minikube failed to cache kubernetes binaries for the current runtime diff --git a/translations/de.json b/translations/de.json index 12a119171e..05927f7d5f 100644 --- a/translations/de.json +++ b/translations/de.json @@ -925,6 +925,7 @@ "You must specify service name(s) or --all": "", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "Ihre GCP Credentials werden nun in jeden Pod im {{.name}} Cluster gemounted.", "Your cgroup does not allow setting memory.": "Ihre cgroup erlaubt das Setzen von memory nicht.", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "Ihr Host unterstützt KVM Virtualisierung nicht. Stellen Sie sicher, dass qemu-kvm installiert ist und führen Sie 'virt-host-validate' aus um das Problem zu debuggen.", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "Ihr Host unterstützt keine Virtualisierung. Wenn Sie Minikube in einer VM ausführen, versuchen sie '--driver=docker'. Andernfalls aktivieren Sie die Virtualisierung im BIOS", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "Ihr Host kann keine Pakete zur Minikube VM routen. Wenn Sie eine VPN Software einsetzen, versuchen Sie diese auszuschalten oder konfigurieren Sie sie, so das sie keinen Verkehr für die VM IP re-routed. Falls nicht, prüfen Sie die Routing Optionen ihrer VM Umgebung.", @@ -980,6 +981,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "Falls Sie ein Profil anlegen möchten, können Sie das mit diesem Befehl: minikube start -p {{.profile_name}}", "initialization failed, will try again: {{.error}}": "Initialisierung fehlgeschlagen, versuche erneut: {{.error}}", "invalid kubernetes version": "Invalide Kubernetes Version", + "ip not found": "", "json encoding failure": "", "keep the kube-context active after cluster is stopped. Defaults to false.": "Halte den kube-context aktiv, wenn der Cluster gestoppt ist. Default: false", "kubeadm certificates have expired. Generating new ones...": "", diff --git a/translations/es.json b/translations/es.json index 4194579e8d..b92dfa172b 100644 --- a/translations/es.json +++ b/translations/es.json @@ -923,6 +923,7 @@ "You must specify service name(s) or --all": "", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "", "Your cgroup does not allow setting memory.": "", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", @@ -976,6 +977,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "", "initialization failed, will try again: {{.error}}": "", "invalid kubernetes version": "", + "ip not found": "", "json encoding failure": "", "keep the kube-context active after cluster is stopped. Defaults to false.": "", "kubeadm certificates have expired. Generating new ones...": "", diff --git a/translations/fr.json b/translations/fr.json index 3b17a2509e..5e6b7e1d54 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -905,6 +905,7 @@ "You must specify service name(s) or --all": "Vous devez spécifier le(s) nom(s) de service ou --all", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "Vos identifiants GCP seront désormais installés dans chaque pod créé dans le cluster {{.name}}.", "Your cgroup does not allow setting memory.": "Votre groupe de contrôle ne permet pas de définir la mémoire.", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "Votre hébergeur ne prend pas en charge la virtualisation KVM. Assurez-vous que qemu-kvm est installé et exécutez 'virt-host-validate' pour déboguer le problème", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "Votre hébergeur ne prend pas en charge la virtualisation. Si vous exécutez minikube dans une machine virtuelle, essayez '--driver=docker'. Sinon, activez la virtualisation dans votre BIOS", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "Votre hôte ne parvient pas à acheminer les paquets vers la machine virtuelle minikube. Si vous disposez d'un logiciel VPN, essayez de le désactiver ou de le configurer afin qu'il ne réachemine pas le trafic vers l'adresse IP de la VM. Sinon, vérifiez les options de routage de votre environnement de machine virtuelle.", @@ -961,6 +962,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "si vous voulez créer un profil vous pouvez par cette commande : minikube start -p {{.profile_name}}", "initialization failed, will try again: {{.error}}": "l'initialisation a échoué, va réessayer : {{.error}}", "invalid kubernetes version": "version kubernetes invalide", + "ip not found": "", "json encoding failure": "échec de l'encodage json", "keep the kube-context active after cluster is stopped. Defaults to false.": "garder le kube-context actif après l'arrêt du cluster. La valeur par défaut est false.", "kubeadm certificates have expired. Generating new ones...": "", @@ -1080,4 +1082,4 @@ "{{.profile}} profile is not valid: {{.err}}": "Le profil {{.profile}} n'est pas valide : {{.err}}", "{{.type}} is not yet a supported filesystem. We will try anyways!": "{{.type}} n'est pas encore un système de fichiers pris en charge. Nous essaierons quand même !", "{{.url}} is not accessible: {{.error}}": "{{.url}} n'est pas accessible : {{.error}}" -} +} \ No newline at end of file diff --git a/translations/ja.json b/translations/ja.json index b7d9c5e5d7..df2c8ed207 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -865,6 +865,7 @@ "You must specify service name(s) or --all": "サービス名か --all を指定する必要があります", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "あなたの GCP クレデンシャルは、{{.name}} クラスターに作成された各 Pod にマウントされます。", "Your cgroup does not allow setting memory.": "あなたの cgroup ではメモリーの設定ができません。", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "ホストが KVM 仮想化をサポートしていません。 qemu-kvm がインストールされていることを確認し、'virt-host-validate' を実行して問題を調査してください", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "ホストが仮想化をサポートしていません。VM 内で minikube を動かしている場合、'--driver=docker' を試してください。そうでなければ、 BIOS で仮想化を有効化してください", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "ホストが minikube の VM へのパケットルーティングに失敗しています。VPN ソフトウェアがある場合、VPN を無効にするか、VM の IP アドレスにトラフィックを再ルーティングしないように VPN を設定してください。VPN ソフトウェアがない場合、VM 環境のルーティングオプションを確認してください。", @@ -918,6 +919,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "プロファイルを作成したい場合、次のコマンドで作成できます: minikube start -p {{.profile_name}}", "initialization failed, will try again: {{.error}}": "初期化に失敗しました。再試行します: {{.error}}", "invalid kubernetes version": "無効な Kubernetes バージョン", + "ip not found": "", "json encoding failure": "json エンコード失敗", "keep the kube-context active after cluster is stopped. Defaults to false.": "クラスター停止後に kube-context をアクティブのままにします。デフォルトは false です。", "kubeadm certificates have expired. Generating new ones...": "", diff --git a/translations/ko.json b/translations/ko.json index 30dab3eee6..508357f153 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -923,6 +923,7 @@ "You must specify service name(s) or --all": "", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "", "Your cgroup does not allow setting memory.": "", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "호스트가 KVM 가상화를 지원하지 않습니다. qemu-kvm 이 설치되었는지 확인 후, 문제 디버그를 위해 'virt-host-validate' 를 실행하세요", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=none'. Otherwise, enable virtualization in your BIOS": "호스트가 가상화를 지원하지 않습니다. 가상 머신 안에서 minikube 를 실행 중인 경우, '--driver=none' 로 시도하세요. 그렇지 않다면, BIOS 에서 가상화를 활성화하세요", @@ -980,6 +981,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "프로필을 생성하려면 다음 명령어를 입력하세요: minikube start -p {{.profile_name}}\"", "initialization failed, will try again: {{.error}}": "", "invalid kubernetes version": "", + "ip not found": "", "json encoding failure": "", "keep the kube-context active after cluster is stopped. Defaults to false.": "", "kubeadm certificates have expired. Generating new ones...": "", diff --git a/translations/pl.json b/translations/pl.json index d283b2263b..09e0847fb9 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -935,6 +935,7 @@ "You must specify service name(s) or --all": "", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "", "Your cgroup does not allow setting memory.": "", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "Twoje środowisko nie wspiera wirtualizacji KVM. Upewnij się, że qemu-kvm jest zainstalowane i uruchom 'virt-host-validate' aby rozwiązać problem.", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", @@ -988,6 +989,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "", "initialization failed, will try again: {{.error}}": "", "invalid kubernetes version": "Nieprawidłowa wersja Kubernetesa", + "ip not found": "", "json encoding failure": "", "keep the kube-context active after cluster is stopped. Defaults to false.": "", "kubeadm certificates have expired. Generating new ones...": "", diff --git a/translations/ru.json b/translations/ru.json index 5412d23127..db1cb70f97 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -855,6 +855,7 @@ "You must specify service name(s) or --all": "", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "", "Your cgroup does not allow setting memory.": "", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", @@ -908,6 +909,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "", "initialization failed, will try again: {{.error}}": "", "invalid kubernetes version": "", + "ip not found": "", "json encoding failure": "", "keep the kube-context active after cluster is stopped. Defaults to false.": "", "kubeadm certificates have expired. Generating new ones...": "", diff --git a/translations/strings.txt b/translations/strings.txt index df0685f957..041b829f09 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -855,6 +855,7 @@ "You must specify service name(s) or --all": "", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "", "Your cgroup does not allow setting memory.": "", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", @@ -908,6 +909,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "", "initialization failed, will try again: {{.error}}": "", "invalid kubernetes version": "", + "ip not found": "", "json encoding failure": "", "keep the kube-context active after cluster is stopped. Defaults to false.": "", "kubeadm certificates have expired. Generating new ones...": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 7cc40adfc1..95fbe13904 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -1042,6 +1042,7 @@ "You must specify service name(s) or --all": "", "Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.": "", "Your cgroup does not allow setting memory.": "", + "Your firewall is likely blocking bootpd, to unblock it run:\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd\n\tsudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd": "", "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem": "", "Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS": "", "Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.": "", @@ -1096,6 +1097,7 @@ "if you want to create a profile you can by this command: minikube start -p {{.profile_name}}": "", "initialization failed, will try again: {{.error}}": "", "invalid kubernetes version": "", + "ip not found": "", "json encoding failure": "", "keep the kube-context active after cluster is stopped. Defaults to false.": "", "kubeadm certificates have expired. Generating new ones...": "",