Skip to content

Commit 1fdaa0e

Browse files
thomasjmmedyagh
authored andcommitted
Run make generate-docs
1 parent c455ff3 commit 1fdaa0e

File tree

10 files changed

+24
-3
lines changed

10 files changed

+24
-3
lines changed

site/content/en/docs/commands/addons.md

+6
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@ minikube addons images ADDON_NAME [flags]
219219
minikube addons images ingress
220220
```
221221

222+
### Options
223+
224+
```
225+
-o, --output string minikube addons images ADDON_NAME --output OUTPUT. table, json (default "table")
226+
```
227+
222228
### Options inherited from parent commands
223229

224230
```

translations/de.json

+2
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@
10691069
"list versions of all components included with minikube. (the cluster must be running)": "Liste alle Versionen der Komponenten die in Minikube enthalten sind.",
10701070
"loading profile": "Lade Profil",
10711071
"max time to wait per Kubernetes or host to be healthy.": "maximale Zeit die gewartet werden soll, bis Kubernetes oder der Host als funktional angesehen soll.",
1072+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
10721073
"minikube addons list --output OUTPUT. json, list": "",
10731074
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "Minikube unterstützt den BTRFS Storage Treiber noch nicht, aber es existiert eine Workaround, fügen Sie folgenden Flag zu Ihrem Start-Befehl hinzu `--feature-gates=\"LocalStorageCapacityIsolation=false\"`",
10741075
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\\\"LocalStorageCapacityIsolation=false\\\"`": "minikube unterstützt den BTRFS Storage Treiber nicht, es gibt einen Workaround, füge den folgenden Paramater zum Start-Befehl hinzu `--feature-gates=\\\"LocalStorageCapacityIsolation=false\\\"`",
@@ -1159,6 +1160,7 @@
11591160
"{{.name}} doesn't have images.": "{{.name}} hat keine Images.",
11601161
"{{.name}} has following images:": "{{.name}} hat die folgenden Images:",
11611162
"{{.name}} has no available configuration options": "{{.name}} hat keine verfügbaren Konfigurations-Optionen",
1163+
"{{.name}} has the following images:": "",
11621164
"{{.name}} is already running": "{{.name}} läuft bereits",
11631165
"{{.name}} was successfully configured": "{{.name}} wurde erfolgreich konfiguriert",
11641166
"{{.name}}\" profile does not exist": "Profil \"{{.name}}\" existiert nicht",

translations/es.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,7 @@
10281028
"list versions of all components included with minikube. (the cluster must be running)": "",
10291029
"loading profile": "",
10301030
"max time to wait per Kubernetes or host to be healthy.": "",
1031+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
10311032
"minikube addons list --output OUTPUT. json, list": "",
10321033
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "",
10331034
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'": "",
@@ -1113,8 +1114,8 @@
11131114
"{{.driver_name}} has only {{.container_limit}}MB memory but you specified {{.specified_memory}}MB": "",
11141115
"{{.driver}} only has {{.size}}MiB available, less than the required {{.req}}MiB for Kubernetes": "",
11151116
"{{.name}} doesn't have images.": "",
1116-
"{{.name}} has following images:": "",
11171117
"{{.name}} has no available configuration options": "",
1118+
"{{.name}} has the following images:": "",
11181119
"{{.name}} is already running": "",
11191120
"{{.name}} was successfully configured": "",
11201121
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",

translations/fr.json

+2
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,7 @@
10541054
"list versions of all components included with minikube. (the cluster must be running)": "répertorier les versions de tous les composants inclus avec minikube. (le cluster doit être en cours d'exécution)",
10551055
"loading profile": "profil de chargement",
10561056
"max time to wait per Kubernetes or host to be healthy.": "temps d'attente maximal par Kubernetes ou hôte pour être en bonne santé.",
1057+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
10571058
"minikube addons list --output OUTPUT. json, list": "liste des modules minikube --output OUTPUT. json, liste",
10581059
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "minikube ne prend pas encore en charge le pilote de stockage BTRFS, il existe une solution de contournement, ajoutez l'indicateur suivant à votre commande de démarrage `--feature-gates=\"LocalStorageCapacityIsolation=false\"`",
10591060
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'": "minikube manque des fichiers relatifs à votre environnement invité. Cela peut être corrigé en exécutant 'minikube delete'",
@@ -1150,6 +1151,7 @@
11501151
"{{.name}} doesn't have images.": "{{.name}} n'a pas d'images.",
11511152
"{{.name}} has following images:": "{{.name}} a les images suivantes :",
11521153
"{{.name}} has no available configuration options": "{{.name}} n'a pas d'options de configuration disponible",
1154+
"{{.name}} has the following images:": "",
11531155
"{{.name}} is already running": "{{.name}} est déjà en cours d'exécution",
11541156
"{{.name}} was successfully configured": "{{.name}} a été configuré avec succès",
11551157
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity)": "{{.n}} manque presque d'espace disque, ce qui peut entraîner l'échec des déploiements ! ({{.p}} % de la capacité)",

translations/ja.json

+2
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@
10051005
"list versions of all components included with minikube. (the cluster must be running)": "minikube に含まれる全コンポーネントのバージョン一覧を出力します (クラスターが実行中でなければなりません)。",
10061006
"loading profile": "プロファイルを読み込み中",
10071007
"max time to wait per Kubernetes or host to be healthy.": "Kubernetes またはホストが正常稼働するまでの最大待機時間",
1008+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
10081009
"minikube addons list --output OUTPUT. json, list": "minikube addons list --output OUTPUT. json, list",
10091010
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "minikube はまだ BTRFS ストレージドライバーに対応していませんが、回避策があります。次のフラグを start コマンドに追加してください: `--feature-gates=\"LocalStorageCapacityIsolation=false\"` ",
10101011
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'": "minikube はあなたのゲスト環境に関連するファイルを見失いました。これは 'minikube delete' を実行することで修正できます",
@@ -1096,6 +1097,7 @@
10961097
"{{.name}} doesn't have images.": "{{.name}} はイメージがありません。",
10971098
"{{.name}} has following images:": "{{.name}} は次のイメージがあります:",
10981099
"{{.name}} has no available configuration options": "{{.name}} には利用可能な設定オプションがありません",
1100+
"{{.name}} has the following images:": "",
10991101
"{{.name}} is already running": "{{.name}} はすでに実行中です",
11001102
"{{.name}} was successfully configured": "{{.name}} は正常に設定されました",
11011103
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} はほとんどディスクがいっぱいで、デプロイが失敗する原因になりかねません!(容量の {{.p}}%)。'--force' を指定するとこのチェックをスキップできます。",

translations/ko.json

+2
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@
10431043
"logdir set failed": "logdir 설정이 실패하였습니다",
10441044
"machine '{{.name}}' does not exist. Proceeding ahead with recreating VM.": "머신 '{{.name}}' 이 존재하지 않습니다. 진행하기 앞서 가상 머신을 재생성합니다",
10451045
"max time to wait per Kubernetes or host to be healthy.": "",
1046+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
10461047
"minikube addons list --output OUTPUT. json, list": "",
10471048
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "",
10481049
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'": "",
@@ -1133,6 +1134,7 @@
11331134
"{{.name}} doesn't have images.": "{{.name}} 이미지가 없습니다.",
11341135
"{{.name}} has following images:": "{{.name}}에는 다음과 같은 이미지가 있습니다.",
11351136
"{{.name}} has no available configuration options": "{{.name}} 이 사용 가능한 환경 정보 옵션이 없습니다",
1137+
"{{.name}} has the following images:": "",
11361138
"{{.name}} is already running": "{{.name}} 이 이미 실행 중입니다",
11371139
"{{.name}} was successfully configured": "{{.name}} 이 성공적으로 설정되었습니다",
11381140
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",

translations/pl.json

+2
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,7 @@
10391039
"list versions of all components included with minikube. (the cluster must be running)": "",
10401040
"loading profile": "Ładowanie profilu",
10411041
"max time to wait per Kubernetes or host to be healthy.": "",
1042+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
10421043
"minikube addons list --output OUTPUT. json, list": "",
10431044
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "",
10441045
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'": "",
@@ -1128,6 +1129,7 @@
11281129
"{{.name}} doesn't have images.": "{{.name}} nie ma obrazów.",
11291130
"{{.name}} has following images:": "{{.name}} ma następujące obrazy:",
11301131
"{{.name}} has no available configuration options": "{{.name}} nie posiada opcji konfiguracji",
1132+
"{{.name}} has the following images:": "",
11311133
"{{.name}} is already running": "{{.name}} został już wcześniej uruchomiony",
11321134
"{{.name}} was successfully configured": "{{.name}} skonfigurowano pomyślnie",
11331135
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity)": "{{.n}} prawie nie ma wolnej przestrzeni dyskowej, co może powodować, że wdrożenia nie powiodą się ({{.p}}% zużycia przestrzeni dyskowej)",

translations/ru.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@
957957
"list versions of all components included with minikube. (the cluster must be running)": "",
958958
"loading profile": "",
959959
"max time to wait per Kubernetes or host to be healthy.": "",
960+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
960961
"minikube addons list --output OUTPUT. json, list": "",
961962
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "",
962963
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'": "",
@@ -1041,8 +1042,8 @@
10411042
"{{.driver_name}} has only {{.container_limit}}MB memory but you specified {{.specified_memory}}MB": "",
10421043
"{{.driver}} only has {{.size}}MiB available, less than the required {{.req}}MiB for Kubernetes": "",
10431044
"{{.name}} doesn't have images.": "",
1044-
"{{.name}} has following images:": "",
10451045
"{{.name}} has no available configuration options": "",
1046+
"{{.name}} has the following images:": "",
10461047
"{{.name}} is already running": "",
10471048
"{{.name}} was successfully configured": "",
10481049
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity)": "В {{.n}} заканчивается место на диске, что может привести к проблемам в работе! ({{.p}}% занято)",

translations/strings.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@
955955
"list versions of all components included with minikube. (the cluster must be running)": "",
956956
"loading profile": "",
957957
"max time to wait per Kubernetes or host to be healthy.": "",
958+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
958959
"minikube addons list --output OUTPUT. json, list": "",
959960
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "",
960961
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'": "",
@@ -1039,8 +1040,8 @@
10391040
"{{.driver_name}} has only {{.container_limit}}MB memory but you specified {{.specified_memory}}MB": "",
10401041
"{{.driver}} only has {{.size}}MiB available, less than the required {{.req}}MiB for Kubernetes": "",
10411042
"{{.name}} doesn't have images.": "",
1042-
"{{.name}} has following images:": "",
10431043
"{{.name}} has no available configuration options": "",
1044+
"{{.name}} has the following images:": "",
10441045
"{{.name}} is already running": "",
10451046
"{{.name}} was successfully configured": "",
10461047
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "",

translations/zh-CN.json

+2
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@
11771177
"loading profile": "加载配置文件",
11781178
"max time to wait per Kubernetes core services to be healthy.": "每个 Kubernetes 核心服务保持健康所需的最长时间。",
11791179
"max time to wait per Kubernetes or host to be healthy.": "Kubernetes 或主机正常运行前的最大等待时间。",
1180+
"minikube addons images ADDON_NAME --output OUTPUT. table, json": "",
11801181
"minikube addons list --output OUTPUT. json, list": "minikube addons list --output OUTPUT. json, list",
11811182
"minikube does not support the BTRFS storage driver yet, there is a workaround, add the following flag to your start command `--feature-gates=\"LocalStorageCapacityIsolation=false\"`": "minikube 尚不支持 BTRFS 存储驱动程序,有一个解决方法,将以下标志添加到你的启动命令 `--feature-gates=\"LocalStorageCapacityIsolation=false\"`",
11821183
"minikube is exiting due to an error. If the above message is not useful, open an issue:": "由于出错 minikube 正在退出。如果以上信息没有帮助,请提交问题反馈:",
@@ -1270,6 +1271,7 @@
12701271
"{{.name}} doesn't have images.": "{{.name}} 没有镜像",
12711272
"{{.name}} has following images:": "{{.name}} 有以下镜像",
12721273
"{{.name}} has no available configuration options": "{{.name}} 没有可用的配置选项",
1274+
"{{.name}} has the following images:": "",
12731275
"{{.name}} is already running": "{{.name}} 已经在运行",
12741276
"{{.name}} was successfully configured": "{{.name}} 成功配置",
12751277
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity). You can pass '--force' to skip this check.": "{{.n}} 的磁盘空间即将耗尽,可能导致部署失败!(已使用容量的{{.p}}%)。您可以传递 '--force' 参数来跳过此检查。",

0 commit comments

Comments
 (0)