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
-`cluster_name` (String) The name of the minikube cluster
116
116
-`cni` (String) CNI plug-in to use. Valid options: auto, bridge, calico, cilium, flannel, kindnet, or path to a CNI manifest (default: auto)
117
117
-`container_runtime` (String) The container runtime to be used. Valid options: docker, cri-o, containerd (default: docker)
118
-
-`cpus` (Number) Amount of CPUs to allocate to Kubernetes
118
+
-`cpus` (String) Number of CPUs allocated to Kubernetes. Use "max" to use the maximum number of CPUs. Use "no-limit" to not specify a limit (Docker/Podman only)
119
119
-`cri_socket` (String) The cri socket path to be used.
120
120
-`delete_on_failure` (Boolean) If set, delete the current cluster if start fails and try again. Defaults to false.
121
121
-`disable_driver_mounts` (Boolean) Disables the filesystem mounts provided by the hypervisors
122
122
-`disable_metrics` (Boolean) If set, disables metrics reporting (CPU and memory usage), this can improve CPU usage. Defaults to false.
123
123
-`disable_optimizations` (Boolean) If set, disables optimizations that are set for local Kubernetes. Including decreasing CoreDNS replicas from 2 to 1. Defaults to false.
124
-
-`disk_size` (String) Disk size allocated to the minikube VM (format: <number>[<unit>], where unit = b, k, m or g).
124
+
-`disk_size` (String) Disk size allocated to the minikube VM (format: <number>[<unit>(case-insensitive)], where unit = b, k, kb, m, mb, g or gb)
125
125
-`dns_domain` (String) The cluster dns domain name used in the Kubernetes cluster
126
126
-`dns_proxy` (Boolean) Enable proxy for NAT DNS requests (virtualbox driver only)
127
127
-`docker_env` (Set of String) Environment variables to pass to the Docker daemon. (format: key=value)
-`embed_certs` (Boolean) if true, will embed the certs in kubeconfig.
133
133
-`enable_default_cni` (Boolean) DEPRECATED: Replaced by --cni=bridge
134
134
-`extra_config` (Set of String) 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 Valid kubeadm parameters: ignore-preflight-errors, dry-run, kubeconfig, kubeconfig-dir, node-name, cri-socket, experimental-upload-certs, certificate-key, rootfs, skip-phases, pod-network-cidr
135
-
-`extra_disks` (Number) Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)
135
+
-`extra_disks` (Number) Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)
136
136
-`feature_gates` (String) A set of key=value pairs that describe feature gates for alpha/experimental features.
137
137
-`force` (Boolean) Force minikube to perform possibly dangerous operations
138
138
-`force_systemd` (Boolean) If set, force the container runtime to use systemd as cgroup manager. Defaults to false.
139
-
-`gpus` (String) Allow pods to use your NVIDIA GPUs. Options include: [all,nvidia] (Docker driver with Docker container-runtime only)
139
+
-`gpus` (String) Allow pods to use your GPUs. Options include: [all,nvidia,amd] (Docker driver with Docker container-runtime only)
140
140
-`ha` (Boolean) Create Highly Available Multi-Control Plane Cluster with a minimum of three control-plane nodes that will also be marked for work.
141
141
-`host_dns_resolver` (Boolean) Enable host resolver for NAT DNS requests (virtualbox driver only)
142
142
-`host_only_cidr` (String) The CIDR to be used for the minikube VM (virtualbox driver only)
-`interactive` (Boolean) Allow user prompts for more information
154
154
-`iso_url` (Set of String) Locations to fetch the minikube ISO from.
155
155
-`keep_context` (Boolean) This will keep the existing kubectl context and will create a minikube context.
156
-
-`kubernetes_version` (String) The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.30.0, 'latest' for v1.30.0). Defaults to 'stable'.
156
+
-`kubernetes_version` (String) The Kubernetes version that the minikube VM will use (ex: v1.2.3, 'stable' for v1.33.1, 'latest' for v1.33.1). Defaults to 'stable'.
157
157
-`kvm_gpu` (Boolean) Enable experimental NVIDIA GPU support in minikube
158
158
-`kvm_hidden` (Boolean) Hide the hypervisor signature from the guest in minikube (kvm2 driver only)
159
159
-`kvm_network` (String) The KVM default network name. (kvm2 driver only)
160
160
-`kvm_numa_count` (Number) Simulate numa node count in minikube, supported numa node count range is 1-8 (kvm2 driver only)
161
161
-`kvm_qemu_uri` (String) The KVM QEMU connection URI. (kvm2 driver only)
162
162
-`listen_address` (String) IP Address to use to expose ports (docker and podman driver only)
163
-
-`memory` (String) Amount of RAM to allocate to Kubernetes (format: <number>[<unit>(case-insensitive)], where unit = b, k, kb, m, mb, g or gb)
163
+
-`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))
164
164
-`mount` (Boolean) This will start the mount daemon and automatically mount files into minikube.
165
165
-`mount_9p_version` (String) Specify the 9p version that the mount should use
166
166
-`mount_gid` (String) Default group id used for the mount
-`namespace` (String) The named space to activate after start
175
175
-`nat_nic_type` (String) NIC Type used for nat network. One of Am79C970A, Am79C973, 82540EM, 82543GC, 82545EM, or virtio (virtualbox driver only)
176
176
-`native_ssh` (Boolean) 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'.
177
-
-`network` (String) network to run minikube with. Now it is used by docker/podmanand KVM drivers. If left empty, minikube will create a new network.
177
+
-`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.
178
178
-`network_plugin` (String) DEPRECATED: Replaced by --cni
179
179
-`nfs_share` (Set of String) Local folders to share with Guest via NFS mounts (hyperkit driver only)
180
180
-`nfs_shares_root` (String) Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)
-`uuid` (String) Provide VM UUID to restore MAC address (hyperkit driver only)
200
200
-`vm` (Boolean) Filter to use only VM Drivers
201
201
-`vm_driver` (String) DEPRECATED, use `driver` instead.
202
-
-`wait` (Set of String) 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" . other acceptable values are 'all' or 'none', 'true' and 'false'
202
+
-`wait` (Set of String) 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'
203
203
-`wait_timeout` (Number) max time to wait per Kubernetes or host to be healthy. (Configured in minutes)
0 commit comments