Update auto-generated docs and translations (#20861)
parent
f439f0c3a4
commit
97cc0cab23
|
@ -48,7 +48,6 @@ minikube start [flags]
|
|||
-d, --driver string Used to specify the driver to run Kubernetes in. The list of available drivers depends on operating system.
|
||||
--dry-run dry-run mode. Validates configuration, but does not mutate system state
|
||||
--embed-certs if true, will embed the certs in kubeconfig.
|
||||
--enable-default-cni DEPRECATED: Replaced by --cni=bridge
|
||||
--extra-config ExtraOption A set of key=value pairs that describe configuration that may be passed to different components.
|
||||
The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
|
||||
Valid components are: kubelet, kubeadm, apiserver, controller-manager, etcd, proxy, scheduler
|
||||
|
@ -81,7 +80,7 @@ minikube start [flags]
|
|||
--kvm-numa-count int Simulate numa node count in minikube, supported numa node count range is 1-8 (kvm2 driver only) (default 1)
|
||||
--kvm-qemu-uri string The KVM QEMU connection URI. (kvm2 driver only) (default "qemu:///system")
|
||||
--listen-address string IP Address to use to expose ports (docker and podman driver only)
|
||||
--memory string Amount of RAM to allocate to Kubernetes (format: <number>[<unit>], where unit = b, k, m or g). Use "max" to use the maximum amount of memory. Use "no-limit" to not specify a limit (Docker/Podman only)
|
||||
-m, --memory string Amount of RAM to allocate to Kubernetes (format: <number>[<unit>], where unit = b, k, m or g). Use "max" to use the maximum amount of memory. Use "no-limit" to not specify a limit (Docker/Podman only)
|
||||
--mount This will start the mount daemon and automatically mount files into minikube.
|
||||
--mount-9p-version string Specify the 9p version that the mount should use (default "9p2000.L")
|
||||
--mount-gid string Default group id used for the mount (default "docker")
|
||||
|
@ -96,7 +95,6 @@ minikube start [flags]
|
|||
--nat-nic-type string NIC Type used for nat network. One of Am79C970A, Am79C973, 82540EM, 82543GC, 82545EM, or virtio (virtualbox driver only) (default "virtio")
|
||||
--native-ssh Use native Golang SSH client (default true). Set to 'false' to use the command line 'ssh' command when accessing the docker machine. Useful for the machine drivers when they will not start with 'Waiting for SSH'. (default true)
|
||||
--network string network to run minikube with. Used by docker/podman, qemu, kvm, and vfkit drivers. If left empty, minikube will create a new network.
|
||||
--network-plugin string DEPRECATED: Replaced by --cni
|
||||
--nfs-share strings Local folders to share with Guest via NFS mounts (hyperkit driver only)
|
||||
--nfs-shares-root string Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only) (default "/nfsshares")
|
||||
--no-kubernetes If set, minikube VM/container will start without starting or configuring Kubernetes. (only works on new clusters)
|
||||
|
@ -119,7 +117,6 @@ minikube start [flags]
|
|||
--trace string Send trace events. Options include: [gcp]
|
||||
--uuid string Provide VM UUID to restore MAC address (hyperkit driver only)
|
||||
--vm Filter to use only VM Drivers
|
||||
--vm-driver driver DEPRECATED, use driver instead.
|
||||
--wait strings comma separated list of Kubernetes components to verify and wait for after starting a cluster. defaults to "apiserver,system_pods", available options: "apiserver,system_pods,default_sa,apps_running,node_ready,kubelet,extra" . other acceptable values are 'all' or 'none', 'true' and 'false' (default [apiserver,system_pods])
|
||||
--wait-timeout duration max time to wait per Kubernetes or host to be healthy. (default 6m0s)
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue