From c4b4198b6cd242513a44614c0843df92ee8d3c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Zaj=C4=85c?= Date: Thu, 31 Aug 2023 06:27:49 +0200 Subject: [PATCH] run make generate-docs to fix linter issue --- site/content/en/docs/commands/start.md | 1 + translations/de.json | 2 ++ translations/es.json | 2 ++ translations/fr.json | 2 ++ 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, 19 insertions(+) diff --git a/site/content/en/docs/commands/start.md b/site/content/en/docs/commands/start.md index 0ee6ddfdfcfc..76c1e3ab5e33 100644 --- a/site/content/en/docs/commands/start.md +++ b/site/content/en/docs/commands/start.md @@ -25,6 +25,7 @@ minikube start [flags] --apiserver-name string The authoritative apiserver hostname for apiserver certificates and connectivity. This can be used if you want to make the apiserver available from outside the machine (default "minikubeCA") --apiserver-names strings A set of apiserver names which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine --apiserver-port int The apiserver listening port (default 8443) + --auto-pause-interval duration Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s (default 1m0s) --auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true) --base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.40-1690799191-16971@sha256:e2b8a0768c6a1fd3ed0453a7caf63756620121eab0a25a3ecf9665353865fd37") --binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from. diff --git a/translations/de.json b/translations/de.json index 1aa317396317..88a4b8513d36 100644 --- a/translations/de.json +++ b/translations/de.json @@ -181,6 +181,7 @@ "Downloading driver {{.driver}}:": "Lade Treiber {{.driver}} herunter:", "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "Dauer bis das Minikube-Zertifikat abläuft, Default ist drei Jahre (26280 Stunden).", "ERROR creating `registry-creds-acr` secret": "Fehler beim Erstellen des `registry-creds-acr` Secrets", "ERROR creating `registry-creds-dpr` secret": "Fehler beim Erstellen des `registry-creds-dpr` Secrets", @@ -270,6 +271,7 @@ "Failed to delete images from config": "Löschen der Images aus der Konfiguration fehlgeschlagen", "Failed to download licenses": "", "Failed to enable container runtime": "Aktivieren der Container Runtime fehlgeschlagen", + "Failed to extract integer in minutes to pause.": "", "Failed to get bootstrapper": "Fehler beim Ermitteln des Bootstrappers", "Failed to get command runner": "Fehler beim Ermitteln des Command Runner", "Failed to get image map": "Fehler beim Ermitteln der Image Map", diff --git a/translations/es.json b/translations/es.json index 18ff9903f20e..ff1201cd8823 100644 --- a/translations/es.json +++ b/translations/es.json @@ -189,6 +189,7 @@ "Due to issues with CRI-O post v1.17.3, we need to restart your cluster.": "Debido a problemas con CRI-O post v1.17.3, necesitamos reiniciar tu cluster.", "Due to networking limitations of driver {{.driver_name}} on {{.os_name}}, {{.addon_name}} addon is not supported.\nAlternatively to use this addon you can use a vm-based driver:\n\n\t'minikube start --vm=true'\n\nTo track the update on this work in progress feature please check:\nhttps://github.com/kubernetes/minikube/issues/7332": "Debido a las limitaciones de red del controlador {{.driver_name}} en {{.os_name}}, el complemento \"{{.addon_name}}\" no está soportado.\nPara usar este complemento, puedes utilizar un controlador basado en vm\n\n\t'minikube start --vm=true'\n\nPara realizar un seguimiento de las actualizaciones de esta función consulte:\nhttps://github.com/kubernetes/minikube/issues/7332", "Due to networking limitations of driver {{.driver_name}}, {{.addon_name}} addon is not supported. Try using a different driver.": "Debido a limitaciones de red del controlador {{.driver_name}}, el complemento \"{{.addon_name}}\" no está soportado. Intenta usar un controlador diferente.", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "", "ERROR creating `registry-creds-acr` secret": "ERROR creando el secreto `registry-creds-acr`", "ERROR creating `registry-creds-dpr` secret": "ERROR creando el secreto `registry-creds-dpr`", @@ -278,6 +279,7 @@ "Failed to delete images from config": "", "Failed to download licenses": "", "Failed to enable container runtime": "", + "Failed to extract integer in minutes to pause.": "", "Failed to get bootstrapper": "", "Failed to get command runner": "", "Failed to get image map": "", diff --git a/translations/fr.json b/translations/fr.json index 71af78fe099e..92bb62e5bdc0 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -184,6 +184,7 @@ "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "En raison de problèmes DNS, votre cluster peut avoir des problèmes de démarrage et vous ne pourrez peut-être pas extraire d'images\nPlus de détails disponibles sur : https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "En raison de changements dans macOS 13+, minikube ne prend actuellement pas en charge VirtualBox. Vous pouvez utiliser des pilotes alternatifs tels que docker ou {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/ docs/drivers/{{.driver}}/\n\n Pour plus de détails sur le problème, voir : https://github.com/kubernetes/minikube/issues/15274\n", "Due to security improvements to minikube the VMware driver is currently not supported. Available workarounds are to use a different driver or downgrade minikube to v1.29.0.\n\n We are accepting community contributions to fix this, for more details on the issue see: https://github.com/kubernetes/minikube/issues/16221\n": "En raison des améliorations de sécurité apportées à minikube, le pilote VMware n'est actuellement pas pris en charge. Les solutions de contournement disponibles consistent à utiliser un pilote différent ou à rétrograder minikube vers la v1.29.0.\n\n Nous acceptons les contributions de la communauté pour résoudre ce problème, pour plus de détails sur le problème, consultez : https://github.com/kubernetes/minikube/issues /16221\n", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "Durée jusqu'à l'expiration du certificat minikube, par défaut à trois ans (26280h).", "ERROR creating `registry-creds-acr` secret": "ERREUR lors de la création du secret `registry-creds-acr`", "ERROR creating `registry-creds-dpr` secret": "ERREUR lors de la création du secret `registry-creds-dpr`", @@ -267,6 +268,7 @@ "Failed to delete images from config": "Échec de la suppression des images de la configuration", "Failed to download licenses": "Échec du téléchargement des licences", "Failed to enable container runtime": "Échec de l'activation de l'environnement d'exécution du conteneur", + "Failed to extract integer in minutes to pause.": "", "Failed to get bootstrapper": "Échec de l'obtention du programme d'amorçage", "Failed to get command runner": "Impossible d'obtenir le lanceur de commandes", "Failed to get image map": "Échec de l'obtention de la carte d'image", diff --git a/translations/ja.json b/translations/ja.json index a254bd8e76bb..0c694465994b 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -173,6 +173,7 @@ "Downloading driver {{.driver}}:": "{{.driver}} ドライバーをダウンロードしています:", "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "DNS の問題により、クラスターの起動に問題が発生し、イメージを取得できない場合があります\n詳細については、https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues を参照してください", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "minikube 証明書の有効期限。デフォルトは 3 年間 (26280h)。", "ERROR creating `registry-creds-acr` secret": "`registry-creds-acr` シークレット作成中にエラーが発生しました", "ERROR creating `registry-creds-dpr` secret": "`registry-creds-dpr` シークレット作成中にエラーが発生しました", @@ -256,6 +257,7 @@ "Failed to delete images from config": "設定ファイル中のイメージの削除に失敗しました", "Failed to download licenses": "ライセンスのダウンロードに失敗しました", "Failed to enable container runtime": "コンテナーランタイムの有効化に失敗しました", + "Failed to extract integer in minutes to pause.": "", "Failed to get bootstrapper": "ブートストラッパーの取得に失敗しました", "Failed to get command runner": "コマンドランナーの取得に失敗しました", "Failed to get image map": "イメージマップの取得に失敗しました", diff --git a/translations/ko.json b/translations/ko.json index f8ac7ac07f69..0802102473a3 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -191,6 +191,7 @@ "Downloading {{.name}} {{.version}}": "{{.name}} {{.version}} 다운로드 중", "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "", "ERROR creating `registry-creds-acr` secret": "registry-creds-acr` secret 생성 오류", "ERROR creating `registry-creds-dpr` secret": "`registry-creds-dpr` secret 생성 오류", @@ -289,6 +290,7 @@ "Failed to delete node {{.name}}": "노드 {{.name}} 제거에 실패하였습니다", "Failed to download licenses": "", "Failed to enable container runtime": "컨테이너 런타임 활성화에 실패하였습니다", + "Failed to extract integer in minutes to pause.": "", "Failed to generate config": "컨피그 생성에 실패하였습니다", "Failed to get bootstrapper": "부트스트래퍼 조회에 실패하였습니다", "Failed to get command runner": "", diff --git a/translations/pl.json b/translations/pl.json index 2c690f87b22a..993a31526368 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -191,6 +191,7 @@ "Downloading {{.name}} {{.version}}": "Pobieranie {{.name}} {{.version}}", "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "", "ERROR creating `registry-creds-acr` secret": "", "ERROR creating `registry-creds-dpr` secret": "", @@ -278,6 +279,7 @@ "Failed to download kubectl": "Pobieranie kubectl nie powiodło się", "Failed to download licenses": "", "Failed to enable container runtime": "", + "Failed to extract integer in minutes to pause.": "", "Failed to get bootstrapper": "", "Failed to get command runner": "", "Failed to get image map": "", diff --git a/translations/ru.json b/translations/ru.json index 48665e6ea3e0..1148ae99116a 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -170,6 +170,7 @@ "Downloading driver {{.driver}}:": "", "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "", "ERROR creating `registry-creds-acr` secret": "", "ERROR creating `registry-creds-dpr` secret": "", @@ -251,6 +252,7 @@ "Failed to delete images from config": "", "Failed to download licenses": "", "Failed to enable container runtime": "", + "Failed to extract integer in minutes to pause.": "", "Failed to get bootstrapper": "", "Failed to get command runner": "", "Failed to get image map": "", diff --git a/translations/strings.txt b/translations/strings.txt index 530e831570ce..b67b4aa324ae 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -170,6 +170,7 @@ "Downloading driver {{.driver}}:": "", "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "", "ERROR creating `registry-creds-acr` secret": "", "ERROR creating `registry-creds-dpr` secret": "", @@ -251,6 +252,7 @@ "Failed to delete images from config": "", "Failed to download licenses": "", "Failed to enable container runtime": "", + "Failed to extract integer in minutes to pause.": "", "Failed to get bootstrapper": "", "Failed to get command runner": "", "Failed to get image map": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 959ccf814330..847c99b82d86 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -217,6 +217,7 @@ "Downloading {{.name}} {{.version}}": "正在下载 {{.name}} {{.version}}", "Due to DNS issues your cluster may have problems starting and you may not be able to pull images\nMore details available at: https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues": "由于 DNS 问题,你的集群可能在启动时遇到问题,你可能无法拉取镜像\n更多详细信息请参阅:https://minikube.sigs.k8s.io/docs/drivers/qemu/#known-issues", "Due to changes in macOS 13+ minikube doesn't currently support VirtualBox. You can use alternative drivers such as docker or {{.driver}}.\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n For more details on the issue see: https://github.com/kubernetes/minikube/issues/15274\n": "由于 macOS 13+ 的变化,minikube 目前不支持 VirtualBox。你可以使用 docker 或 {{.driver}} 等替代驱动程序。\n https://minikube.sigs.k8s.io/docs/drivers/docker/\n https://minikube.sigs.k8s.io/docs/drivers/{{.driver}}/\n\n 有关此问题的更多详细信息,请参阅:https://github.com/kubernetes/minikube/issues/15274\n", + "Duration of inactivity before the minikube VM is paused (default 1m0s). To disable, set to 0s": "", "Duration until minikube certificate expiration, defaults to three years (26280h).": "minikube 证书有效期,默认为三年(26280小时)。", "ERROR creating `registry-creds-acr` secret": "创建 `registry-creds-acr` secret 时出错", "ERROR creating `registry-creds-dpr` secret": "创建 `registry-creds-dpr` secret 时出错", @@ -341,6 +342,7 @@ "Failed to download kubectl": "下载 kubectl 失败", "Failed to download licenses": "licenses 下载失败", "Failed to enable container runtime": "容器运行时启用失败", + "Failed to extract integer in minutes to pause.": "", "Failed to generate config": "无法生成配置", "Failed to get bootstrapper": "获取 bootstrapper 失败", "Failed to get command runner": "获取命令运行程序失败",