You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/minikube/cmd/start_flags.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ func initMinikubeFlags() {
196
196
startCmd.Flags().StringP(network, "", "", "network to run minikube with. Now it is used by docker/podman and KVM drivers. If left empty, minikube will create a new network.")
197
197
startCmd.Flags().StringVarP(&outputFormat, "output", "o", "text", "Format to print stdout in. Options include: [text,json]")
startCmd.Flags().Int(extraDisks, 0, "Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkitand kvm2 drivers)")
199
+
startCmd.Flags().Int(extraDisks, 0, "Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)")
200
200
startCmd.Flags().Duration(certExpiration, constants.DefaultCertExpiration, "Duration until minikube certificate expiration, defaults to three years (26280h).")
startCmd.Flags().Bool(disableOptimizations, false, "If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1. Defaults to false.")
Copy file name to clipboardExpand all lines: translations/de.json
+1
Original file line number
Diff line number
Diff line change
@@ -456,6 +456,7 @@
456
456
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "Aktivives podman-env am Treiber {{.driver_name}} in diesem Terminal erkannt:",
457
457
"Number of CPUs allocated to the minikube VM": "Anzahl der CPUs, die der minikube-VM zugeordnet sind",
458
458
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)": "Anzahl der Extra-Disks, die erstellt und an die Minikube VM geängt werden (derzeit nur im hyperkit und kvm2 Treiber implementiert)",
459
+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
459
460
"Number of lines back to go within the log": "Anzahl der Zeilen, die im Log zurückgegangen werden soll",
460
461
"OS release is {{.pretty_name}}": "Die Betriebssystem-Version ist {{.pretty_name}}",
461
462
"One of 'text', 'yaml' or 'json'.": "Entweder 'text', 'yaml' oder 'json'.",
Copy file name to clipboardExpand all lines: translations/fr.json
+1
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,7 @@
445
445
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "Vous avez remarqué que vous avez un docker-env activé sur le pilote {{.driver_name}} dans ce terminal :",
446
446
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "Vous avez remarqué que vous avez un pilote podman-env activé sur {{.driver_name}} dans ce terminal :",
447
447
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)": "Nombre de disques supplémentaires créés et attachés à la machine virtuelle minikube (actuellement implémenté uniquement pour les pilotes hyperkit et kvm2)",
448
+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
448
449
"Number of lines back to go within the log": "Nombre de lignes à remonter dans le journal",
449
450
"OS release is {{.pretty_name}}": "La version du système d'exploitation est {{.pretty_name}}",
450
451
"One of 'text', 'yaml' or 'json'.": "Un parmi 'text', 'yaml' ou 'json'.",
Copy file name to clipboardExpand all lines: translations/ja.json
+1
Original file line number
Diff line number
Diff line change
@@ -431,6 +431,7 @@
431
431
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "通知: このターミナルでは、{{.driver_name}} ドライバーの docker-env が有効になっています:",
432
432
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "通知: このターミナルでは、{{.driver_name}} ドライバーの podman-env が有効になっています:",
433
433
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)": "作成して minikube VM に接続する追加ディスク数 (現在、hyperkit と kvm2 ドライバーでのみ実装されています)",
434
+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
434
435
"Number of lines back to go within the log": "ログ中で遡る行数",
435
436
"OS release is {{.pretty_name}}": "OS リリースは {{.pretty_name}} です",
436
437
"One of 'text', 'yaml' or 'json'.": "'text'、'yaml'、'json' のいずれか。",
0 commit comments