generate-docs
parent
3eaf0f627c
commit
398906ebd7
|
@ -192,7 +192,7 @@ func initMinikubeFlags() {
|
|||
startCmd.Flags().Int(extraDisks, 0, "Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)")
|
||||
startCmd.Flags().Duration(certExpiration, constants.DefaultCertExpiration, "Duration until minikube certificate expiration, defaults to three years (26280h).")
|
||||
startCmd.Flags().String(binaryMirror, "", "Location to fetch kubectl, kubelet, & kubeadm binaries from.")
|
||||
startCmd.Flags().Bool(disableOptimizations, false, "If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.")
|
||||
startCmd.Flags().Bool(disableOptimizations, false, "If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.")
|
||||
}
|
||||
|
||||
// initKubernetesFlags inits the commandline flags for Kubernetes related options
|
||||
|
|
|
@ -36,7 +36,7 @@ minikube start [flags]
|
|||
--cri-socket string The cri socket path to be used.
|
||||
--delete-on-failure If set, delete the current cluster if start fails and try again. Defaults to false.
|
||||
--disable-driver-mounts Disables the filesystem mounts provided by the hypervisors
|
||||
--disable-optimizations If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.
|
||||
--disable-optimizations If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.
|
||||
--disk-size string Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g). (default "20000mb")
|
||||
--dns-domain string The cluster dns domain name used in the Kubernetes cluster (default "cluster.local")
|
||||
--dns-proxy Enable proxy for NAT DNS requests (virtualbox driver only)
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "Falls gesetzt, wird in die angegebene Datei geschrieben anstatt auf stdout.",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "Falls gesetzt, werden alle Treiber automatisch auf die aktuellste Version geupdated. Default: true",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "Falls gesetzt, lösche den Cluster wenn der Start fehlschlägt und versuche erneut zu starten. Default: false",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "Falls gesetzt, lade einen tarball von vorbereiteten Images herunter, falls vorhanden, um die Startzeit zu verbessern. Default: true",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "Fall gesetzt, zwinge die Container Runtime systemd als cgroup Manager zu verwenden. Default: false",
|
||||
"If set, install addons. Defaults to true.": "Falls gesetzt, werden Addons installiert. Default: true",
|
||||
|
|
|
@ -336,7 +336,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "",
|
||||
"If set, install addons. Defaults to true.": "",
|
||||
|
|
|
@ -317,7 +317,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "S'il est présent, écrit dans le fichier fourni au lieu de la sortie standard.",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "Si défini, met automatiquement à jour les pilotes vers la dernière version. La valeur par défaut est true.",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "Si défini, supprime le cluster actuel si le démarrage échoue et réessaye. La valeur par défaut est false.",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "Si défini, télécharge l'archive tar des images préchargées si disponibles pour améliorer le temps de démarrage. La valeur par défaut est true.",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "S'il est défini, force l'environnement d'exécution du conteneur à utiliser systemd comme gestionnaire de groupe de contrôle. La valeur par défaut est false.",
|
||||
"If set, install addons. Defaults to true.": "Si défini, installe les modules. La valeur par défaut est true.",
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "",
|
||||
"If set, install addons. Defaults to true.": "",
|
||||
|
|
|
@ -354,7 +354,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "",
|
||||
"If set, install addons. Defaults to true.": "",
|
||||
|
|
|
@ -340,7 +340,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "",
|
||||
"If set, install addons. Defaults to true.": "",
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "",
|
||||
"If set, install addons. Defaults to true.": "",
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "",
|
||||
"If set, install addons. Defaults to true.": "",
|
||||
|
|
|
@ -412,7 +412,7 @@
|
|||
"If present, writes to the provided file instead of stdout.": "",
|
||||
"If set, automatically updates drivers to the latest version. Defaults to true.": "如果设置了,将自动更新驱动到最新版本。默认为 true。",
|
||||
"If set, delete the current cluster if start fails and try again. Defaults to false.": "",
|
||||
"If set, disables optimizations that improve minikube performance. The optimizations applied are decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1 and increasing kubeadm housekeeping-interval from 10s to 5m. Defaults to false.": "",
|
||||
"If set, download tarball of preloaded images if available to improve start time. Defaults to true.": "",
|
||||
"If set, force the container runtime to use systemd as cgroup manager. Defaults to false.": "",
|
||||
"If set, install addons. Defaults to true.": "",
|
||||
|
|
Loading…
Reference in New Issue