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
@@ -451,6 +451,7 @@
451
451
"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:",
452
452
"Number of CPUs allocated to the minikube VM": "Anzahl der CPUs, die der minikube-VM zugeordnet sind",
453
453
"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)",
454
+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
454
455
"Number of lines back to go within the log": "Anzahl der Zeilen, die im Log zurückgegangen werden soll",
455
456
"OS release is {{.pretty_name}}": "Die Betriebssystem-Version ist {{.pretty_name}}",
456
457
"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
@@ -439,6 +439,7 @@
439
439
"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 :",
440
440
"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 :",
441
441
"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)",
442
+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
442
443
"Number of lines back to go within the log": "Nombre de lignes à remonter dans le journal",
443
444
"OS release is {{.pretty_name}}": "La version du système d'exploitation est {{.pretty_name}}",
444
445
"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
@@ -425,6 +425,7 @@
425
425
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "通知: このターミナルでは、{{.driver_name}} ドライバーの docker-env が有効になっています:",
426
426
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "通知: このターミナルでは、{{.driver_name}} ドライバーの podman-env が有効になっています:",
427
427
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)": "作成して minikube VM に接続する追加ディスク数 (現在、hyperkit と kvm2 ドライバーでのみ実装されています)",
428
+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
428
429
"Number of lines back to go within the log": "ログ中で遡る行数",
429
430
"OS release is {{.pretty_name}}": "OS リリースは {{.pretty_name}} です",
430
431
"One of 'text', 'yaml' or 'json'.": "'text'、'yaml'、'json' のいずれか。",
0 commit comments