diff --git a/docs/resources/cluster.md b/docs/resources/cluster.md index 4a9dbbe..59e05bf 100644 --- a/docs/resources/cluster.md +++ b/docs/resources/cluster.md @@ -140,7 +140,7 @@ resource "kubernetes_deployment" "deployment" { - `kvm_hidden` (Boolean) Hide the hypervisor signature from the guest in minikube (kvm2 driver only) - `kvm_network` (String) The KVM default network name. (kvm2 driver only) - `kvm_numa_count` (Number) Simulate numa node count in minikube, supported numa node count range is 1-8 (kvm2 driver only) -- `kvm_qemu_uri` (String) ///system' The KVM QEMU connection URI. (kvm2 driver only) +- `kvm_qemu_uri` (String) The KVM QEMU connection URI. (kvm2 driver only) - `listen_address` (String) IP Address to use to expose ports (docker and podman driver only) - `memory` (Number) Amount of RAM to allocate to Kubernetes in mb - `mount` (Boolean) This will start the mount daemon and automatically mount files into minikube. diff --git a/minikube/schema_cluster.go b/minikube/schema_cluster.go index 63a8c4a..d4d0c6a 100644 --- a/minikube/schema_cluster.go +++ b/minikube/schema_cluster.go @@ -355,8 +355,8 @@ var ( Type: schema.TypeString, Optional: true, ForceNew: true, - Description: "///system' The KVM QEMU connection URI. (kvm2 driver only)", - Default: "qemu", + Description: "The KVM QEMU connection URI. (kvm2 driver only)", + Default: "qemu:///system", }, "listen_address": {