Minikube: KVM: domain 'minikube' already exists

Created on 9 Jan 2020  ยท  9Comments  ยท  Source: kubernetes/minikube

root@debian:~# systemctl restart libvirtd.service

user1@debian:~$ rm -rf .minikube/

user1@debian:~$ minikube delete
๐Ÿ™„ "minikube" profile does not exist
๐Ÿ™„ "minikube" cluster does not exist. Proceeding ahead with cleanup.
๐Ÿ’” The "minikube" cluster has been deleted.
๐Ÿ”ฅ Successfully deleted profile "minikube"

user1@debian:~$ docker-machine-driver-kvm2 version
version: v1.6.2
commit: 54f28ac5d3a815d1196cd5d57d707439ee4bb392

user1@debian:~$ minikube start --alsologtostderr -v=7
I0109 13:06:48.733018 9466 notify.go:125] Checking for updates...
I0109 13:06:49.040835 9466 start.go:255] hostinfo: {"hostname":"debian","uptime":10058,"bootTime":1578583151,"procs":179,"os":"linux","platform":"debian","platformFamily":"debian","platformVersion":"10.2","kernelVersion":"4.19.0-6-amd64","virtualizationSystem":"kvm","virtualizationRole":"host","hostid":"95ca7abb-ddf1-4c63-82ac-ee2fb408372e"}
I0109 13:06:49.041896 9466 start.go:265] virtualization: kvm host
๐Ÿ˜„ minikube v1.6.2 on Debian 10.2
I0109 13:06:49.042715 9466 start.go:555] selectDriver: flag="", old=
I0109 13:06:49.043076 9466 global.go:60] Querying for installed drivers using PATH=/home/user1/.minikube/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
I0109 13:06:49.043498 9466 global.go:68] none priority: 2, state: {Installed:true Healthy:true Error: Fix: Doc:}
I0109 13:06:49.043668 9466 global.go:68] virtualbox priority: 4, state: {Installed:false Healthy:false Error:unable to find VBoxManage in $PATH Fix:Install VirtualBox Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/virtualbox/}
I0109 13:06:49.043807 9466 global.go:68] vmware priority: 5, state: {Installed:false Healthy:false Error:exec: "docker-machine-driver-vmware": executable file not found in $PATH Fix:Install docker-machine-driver-vmware Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/vmware/}
I0109 13:06:49.354758 9466 global.go:68] kvm2 priority: 6, state: {Installed:true Healthy:true Error: Fix: Doc:}
I0109 13:06:49.354823 9466 driver.go:109] requested: ""
I0109 13:06:49.354835 9466 driver.go:132] "kvm2" has a higher priority (6) than "" (0)
I0109 13:06:49.354848 9466 driver.go:128] not recommending "none" due to priority: 2
I0109 13:06:49.354858 9466 driver.go:146] Picked: kvm2
I0109 13:06:49.354870 9466 driver.go:147] Alternatives: [none]
โœจ Automatically selected the 'kvm2' driver (alternates: [none])
I0109 13:06:49.354948 9466 start.go:297] selected driver: kvm2
I0109 13:06:49.354955 9466 start.go:585] validating driver "kvm2" against
I0109 13:06:49.471779 9466 start.go:591] status for kvm2: {Installed:true Healthy:true Error: Fix: Doc:}
I0109 13:06:49.471926 9466 install.go:102] Validating docker-machine-driver-kvm2, PATH=/home/user1/.minikube/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
I0109 13:06:49.508860 9466 downloader.go:81] full url: https://storage.googleapis.com/minikube/iso/minikube-v1.6.0.iso?checksum=file:https://storage.googleapis.com/minikube/iso/minikube-v1.6.0.iso.sha256
๐Ÿ’ฟ Downloading VM boot image ...

minikube-v1.6.0.iso.sha256: 65 B / 65 B [--------------] 100.00% ? p/s 0s
minikube-v1.6.0.iso: 150.93 MiB / 150.93 MiB [-] 100.00% 28.47 MiB p/s 5s
I0109 13:06:56.684912 9466 profile.go:89] Saving config to /home/user1/.minikube/profiles/minikube/config.json ...
I0109 13:06:56.685540 9466 lock.go:35] WriteFile acquiring /home/user1/.minikube/profiles/minikube/config.json: {Name:mkf6e011fa2abd1b3734cf89c0f00367f61d040e Clock:{} Delay:500ms Timeout:1m0s Cancel:}
I0109 13:06:56.686258 9466 cluster.go:97] Machine does not exist... provisioning new machine
I0109 13:06:56.686619 9466 cluster.go:98] Provisioning machine with config: {Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.6.0.iso Memory:2000 CPUs:2 DiskSize:20000 VMDriver:kvm2 ContainerRuntime:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.99.1/24 HypervVirtualSwitch: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false Downloader:{} DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true KubernetesConfig:{KubernetesVersion:v1.17.0 NodeIP: NodePort:8443 NodeName:minikube APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin: FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false} HostOnlyNicType:virtio NatNicType:virtio}
๐Ÿ”ฅ Creating kvm2 VM (CPUs=2, Memory=2000MB, Disk=20000MB) ...
I0109 13:06:56.687706 9466 main.go:110] libmachine: Found binary path at /usr/local/bin/docker-machine-driver-kvm2
I0109 13:06:56.687902 9466 main.go:110] libmachine: Launching plugin server for driver kvm2
I0109 13:06:56.688851 9466 cache_images.go:347] CacheImage: kubernetesui/metrics-scraper:v1.0.2 -> /home/user1/.minikube/cache/images/kubernetesui/metrics-scraper_v1.0.2
I0109 13:06:56.689016 9466 cache_images.go:412] retrieving image: index.docker.io/kubernetesui/metrics-scraper:v1.0.2
I0109 13:06:56.689254 9466 cache_images.go:420] daemon lookup for index.docker.io/kubernetesui/metrics-scraper:v1.0.2: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.689407 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.689481 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.690002 9466 cache_images.go:347] CacheImage: k8s.gcr.io/kube-proxy:v1.17.0 -> /home/user1/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.17.0
I0109 13:06:56.690125 9466 cache_images.go:412] retrieving image: k8s.gcr.io/kube-proxy:v1.17.0
I0109 13:06:56.690387 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/kube-proxy:v1.17.0: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.690457 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.690476 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.691061 9466 cache_images.go:347] CacheImage: k8s.gcr.io/kube-scheduler:v1.17.0 -> /home/user1/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.17.0
I0109 13:06:56.691235 9466 cache_images.go:412] retrieving image: k8s.gcr.io/kube-scheduler:v1.17.0
I0109 13:06:56.691832 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/kube-scheduler:v1.17.0: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.692159 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.692270 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.692623 9466 cache_images.go:347] CacheImage: k8s.gcr.io/kube-controller-manager:v1.17.0 -> /home/user1/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.17.0
I0109 13:06:56.695458 9466 cache_images.go:412] retrieving image: k8s.gcr.io/kube-controller-manager:v1.17.0
I0109 13:06:56.695789 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/kube-controller-manager:v1.17.0: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.695966 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.696072 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.696289 9466 cache_images.go:347] CacheImage: k8s.gcr.io/kube-apiserver:v1.17.0 -> /home/user1/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.17.0
I0109 13:06:56.696432 9466 cache_images.go:412] retrieving image: k8s.gcr.io/kube-apiserver:v1.17.0
I0109 13:06:56.696683 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/kube-apiserver:v1.17.0: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.697708 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.698095 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.698565 9466 cache_images.go:347] CacheImage: k8s.gcr.io/coredns:1.6.5 -> /home/user1/.minikube/cache/images/k8s.gcr.io/coredns_1.6.5
I0109 13:06:56.698912 9466 cache_images.go:412] retrieving image: k8s.gcr.io/coredns:1.6.5
I0109 13:06:56.699563 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/coredns:1.6.5: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.700002 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.700408 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.700871 9466 cache_images.go:347] CacheImage: k8s.gcr.io/etcd:3.4.3-0 -> /home/user1/.minikube/cache/images/k8s.gcr.io/etcd_3.4.3-0
I0109 13:06:56.701003 9466 cache_images.go:412] retrieving image: k8s.gcr.io/etcd:3.4.3-0
I0109 13:06:56.701313 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/etcd:3.4.3-0: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.701449 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.701518 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.701649 9466 cache_images.go:347] CacheImage: k8s.gcr.io/pause:3.1 -> /home/user1/.minikube/cache/images/k8s.gcr.io/pause_3.1
I0109 13:06:56.701890 9466 cache_images.go:412] retrieving image: k8s.gcr.io/pause:3.1
I0109 13:06:56.703965 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/pause:3.1: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.704310 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.704396 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.704771 9466 cache_images.go:347] CacheImage: k8s.gcr.io/kube-addon-manager:v9.0.2 -> /home/user1/.minikube/cache/images/k8s.gcr.io/kube-addon-manager_v9.0.2
I0109 13:06:56.704922 9466 cache_images.go:412] retrieving image: k8s.gcr.io/kube-addon-manager:v9.0.2
I0109 13:06:56.705164 9466 cache_images.go:420] daemon lookup for k8s.gcr.io/kube-addon-manager:v9.0.2: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.705315 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.705396 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.705539 9466 cache_images.go:347] CacheImage: gcr.io/k8s-minikube/storage-provisioner:v1.8.1 -> /home/user1/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v1.8.1
I0109 13:06:56.708049 9466 cache_images.go:412] retrieving image: gcr.io/k8s-minikube/storage-provisioner:v1.8.1
I0109 13:06:56.708485 9466 cache_images.go:420] daemon lookup for gcr.io/k8s-minikube/storage-provisioner:v1.8.1: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.708627 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.708756 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.709361 9466 cache_images.go:347] CacheImage: kubernetesui/dashboard:v2.0.0-beta8 -> /home/user1/.minikube/cache/images/kubernetesui/dashboard_v2.0.0-beta8
I0109 13:06:56.709542 9466 cache_images.go:412] retrieving image: index.docker.io/kubernetesui/dashboard:v2.0.0-beta8
I0109 13:06:56.710956 9466 cache_images.go:420] daemon lookup for index.docker.io/kubernetesui/dashboard:v2.0.0-beta8: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I0109 13:06:56.711445 9466 main.go:96] stdlog: keychain.go:109 Unable to read "/home/user1/.docker/config.json": open /home/user1/.docker/config.json: no such file or directory
I0109 13:06:56.712048 9466 main.go:96] stdlog: options.go:51 No matching credentials were found, falling back on anonymous
I0109 13:06:56.739269 9466 main.go:110] libmachine: Plugin server listening at address 127.0.0.1:42943
I0109 13:06:56.741558 9466 main.go:110] libmachine: () Calling .GetVersion
I0109 13:06:56.742808 9466 main.go:110] libmachine: Using API Version 1
I0109 13:06:56.742896 9466 main.go:110] libmachine: () Calling .SetConfigRaw
I0109 13:06:56.743938 9466 main.go:110] libmachine: () Calling .GetMachineName
I0109 13:06:56.744457 9466 main.go:110] libmachine: (minikube) Calling .GetMachineName
I0109 13:06:56.748620 9466 main.go:110] libmachine: (minikube) Calling .DriverName
I0109 13:06:56.750771 9466 main.go:110] libmachine: Creating CA: /home/user1/.minikube/certs/ca.pem
I0109 13:06:56.970270 9466 main.go:110] libmachine: Creating client certificate: /home/user1/.minikube/certs/cert.pem
I0109 13:06:57.098721 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/kube-proxy_v1.17.0
I0109 13:06:57.118099 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/kube-controller-manager_v1.17.0
I0109 13:06:57.119185 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/pause_3.1
I0109 13:06:57.120102 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/coredns_1.6.5
I0109 13:06:57.121228 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/kube-apiserver_v1.17.0
I0109 13:06:57.124164 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/etcd_3.4.3-0
I0109 13:06:57.141270 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/kube-addon-manager_v9.0.2
I0109 13:06:57.142710 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/k8s.gcr.io/kube-scheduler_v1.17.0
I0109 13:06:57.160313 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/gcr.io/k8s-minikube/storage-provisioner_v1.8.1
I0109 13:06:57.366101 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/kubernetesui/metrics-scraper_v1.0.2
I0109 13:06:57.387180 9466 cache_images.go:376] OPENING: /home/user1/.minikube/cache/images/kubernetesui/dashboard_v2.0.0-beta8
I0109 13:06:57.481811 9466 main.go:110] libmachine: Running pre-create checks...
I0109 13:06:57.482263 9466 main.go:110] libmachine: (minikube) Calling .PreCreateCheck
I0109 13:06:57.485689 9466 main.go:110] libmachine: (minikube) Calling .GetConfigRaw
I0109 13:06:57.486783 9466 main.go:110] libmachine: Creating machine...
I0109 13:06:57.487190 9466 main.go:110] libmachine: (minikube) Calling .Create
I0109 13:06:57.496035 9466 main.go:110] libmachine: (minikube) Creating KVM machine...
I0109 13:06:57.496713 9466 main.go:110] libmachine: (minikube) Setting up store path in /home/user1/.minikube/machines/minikube ...
I0109 13:06:57.497053 9466 main.go:110] libmachine: (minikube) Building disk image from file:///home/user1/.minikube/cache/iso/minikube-v1.6.0.iso
I0109 13:06:57.497384 9466 main.go:110] libmachine: (minikube) Downloading /home/user1/.minikube/cache/boot2docker.iso from file:///home/user1/.minikube/cache/iso/minikube-v1.6.0.iso...
I0109 13:06:57.498077 9466 main.go:110] libmachine: (minikube) DBG | ERROR: logging before flag.Parse: I0109 13:06:57.494960 9511 common.go:99] Making disk image using store path: /home/user1/.minikube
I0109 13:06:57.728616 9466 cache_images.go:407] /home/user1/.minikube/cache/images/k8s.gcr.io/pause_3.1 exists
I0109 13:06:57.728887 9466 cache_images.go:349] CacheImage: k8s.gcr.io/pause:3.1 -> /home/user1/.minikube/cache/images/k8s.gcr.io/pause_3.1 completed in 1.027242373s
I0109 13:06:57.728960 9466 cache_images.go:89] CacheImage k8s.gcr.io/pause:3.1 -> /home/user1/.minikube/cache/images/k8s.gcr.io/pause_3.1 succeeded
I0109 13:06:59.197643 9466 main.go:110] libmachine: (minikube) DBG | ERROR: logging before flag.Parse: I0109 13:06:59.192390 9511 common.go:106] Creating ssh key: /home/user1/.minikube/machines/minikube/id_rsa...
I0109 13:06:59.991205 9466 main.go:110] libmachine: (minikube) DBG | ERROR: logging before flag.Parse: I0109 13:06:59.991138 9511 common.go:112] Creating raw disk image: /home/user1/.minikube/machines/minikube/minikube.rawdisk...
I0109 13:06:59.991401 9466 main.go:110] libmachine: (minikube) DBG | Writing magic tar header
I0109 13:06:59.991538 9466 main.go:110] libmachine: (minikube) DBG | Writing SSH key tar header
I0109 13:06:59.991972 9466 main.go:110] libmachine: (minikube) DBG | ERROR: logging before flag.Parse: I0109 13:06:59.991719 9511 common.go:126] Fixing permissions on /home/user1/.minikube/machines/minikube ...
I0109 13:07:00.001981 9466 main.go:110] libmachine: (minikube) DBG | Checking permissions on dir: /home/user1/.minikube/machines/minikube
I0109 13:07:00.002614 9466 main.go:110] libmachine: (minikube) DBG | Checking permissions on dir: /home/user1/.minikube/machines
I0109 13:07:00.002820 9466 main.go:110] libmachine: (minikube) DBG | Checking permissions on dir: /home/user1/.minikube
I0109 13:07:00.003014 9466 main.go:110] libmachine: (minikube) DBG | Checking permissions on dir: /home/user1
I0109 13:07:00.003192 9466 main.go:110] libmachine: (minikube) DBG | Checking permissions on dir: /home
I0109 13:07:00.003489 9466 main.go:110] libmachine: (minikube) Setting executable bit set on /home/user1/.minikube/machines/minikube (perms=drwx------)
I0109 13:07:00.003560 9466 main.go:110] libmachine: (minikube) DBG | Skipping /home - not owner
I0109 13:07:00.003625 9466 main.go:110] libmachine: (minikube) Setting executable bit set on /home/user1/.minikube/machines (perms=drwxr-xr-x)
I0109 13:07:00.003687 9466 main.go:110] libmachine: (minikube) Setting executable bit set on /home/user1/.minikube (perms=drwxr-xr-x)
I0109 13:07:00.003797 9466 main.go:110] libmachine: (minikube) Setting executable bit set on /home/user1 (perms=drwxr-xr-x)
I0109 13:07:00.003853 9466 main.go:110] libmachine: (minikube) Creating domain...
I0109 13:07:00.021803 9466 main.go:110] libmachine: (minikube) KVM machine creation complete!
I0109 13:07:00.272352 9466 cache_images.go:407] /home/user1/.minikube/cache/images/k8s.gcr.io/coredns_1.6.5 exists
I0109 13:07:00.272429 9466 cache_images.go:349] CacheImage: k8s.gcr.io/coredns:1.6.5 -> /home/user1/.minikube/cache/images/k8s.gcr.io/coredns_1.6.5 completed in 3.573879809s
I0109 13:07:00.272486 9466 cache_images.go:89] CacheImage k8s.gcr.io/coredns:1.6.5 -> /home/user1/.minikube/cache/images/k8s.gcr.io/coredns_1.6.5 succeeded
I0109 13:07:01.916610 9466 cache_images.go:407] /home/user1/.minikube/cache/images/kubernetesui/metrics-scraper_v1.0.2 exists
I0109 13:07:01.916867 9466 cache_images.go:349] CacheImage: kubernetesui/metrics-scraper:v1.0.2 -> /home/user1/.minikube/cache/images/kubernetesui/metrics-scraper_v1.0.2 completed in 5.228042401s
I0109 13:07:01.920485 9466 cache_images.go:89] CacheImage kubernetesui/metrics-scraper:v1.0.2 -> /home/user1/.minikube/cache/images/kubernetesui/metrics-scraper_v1.0.2 succeeded
I0109 13:07:01.960665 9466 cache_images.go:407] /home/user1/.minikube/cache/images/kubernetesui/dashboard_v2.0.0-beta8 exists
I0109 13:07:01.960915 9466 cache_images.go:349] CacheImage: kubernetesui/dashboard:v2.0.0-beta8 -> /home/user1/.minikube/cache/images/kubernetesui/dashboard_v2.0.0-beta8 completed in 5.251576424s
I0109 13:07:01.961103 9466 cache_images.go:89] CacheImage kubernetesui/dashboard:v2.0.0-beta8 -> /home/user1/.minikube/cache/images/kubernetesui/dashboard_v2.0.0-beta8 succeeded
W0109 13:07:02.022595 9466 exit.go:101] Unable to start VM. Please investigate and run 'minikube delete' if possible: create: Error creating machine: Error in driver during machine creation: creating domain: error defining domain xml:

minikube
2000
2






hvm
































/dev/random



: virError(Code=9, Domain=20, Message='operation failed: domain 'minikube' already exists with uuid 8b4c8d91-5238-47f3-951f-1b3b7d4eda07')

๐Ÿ’ฃ Unable to start VM. Please investigate and run 'minikube delete' if possible: create: Error creating machine: Error in driver during machine creation: creating domain: error defining domain xml:

minikube
2000
2






hvm
































/dev/random



: virError(Code=9, Domain=20, Message='operation failed: domain 'minikube' already exists with uuid 8b4c8d91-5238-47f3-951f-1b3b7d4eda07')

๐Ÿ˜ฟ minikube is exiting due to an error. If the above message is not useful, open an issue:
๐Ÿ‘‰ https://github.com/kubernetes/minikube/issues/new/choose

user1@debian:~$ virsh net-list --all

Name State Autostart Persistent

ckvm2 kinbug kinsupport prioritimportant-soon triagneeds-information

All 9 comments

in /dev - please remove all the files and try.

Note : kubectl and minikube are replaced in same path and try running - it shd be OK by downloading the new minikube to the VM

in /dev - please remove all the files and try.

Note : kubectl and minikube are replaced in same path and try running - it shd be OK by downloading the new minikube to the VM

I'm sorry I didn't understand what you meant by removing all files in /dev. You mean the linux device directory? You can't delete files there.

Regarding minikube and kubectl, I have used the following versions installed on debian 10.2 (buster). It does work without VM (--vm-driver=none).

root@debian:~# minikube version
minikube version: v1.6.2
commit: 54f28ac5d3a815d1196cd5d57d707439ee4bb392

root@debian:~# kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:12:17Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}

how are u running the Minikube? Do u have any VM like Orcale VM?
DID u run the Minikube VM before ?
How did u delete it?
where is the kubectl file downloaded ? share the path
what are the other files u have in this path ?

Please delete all files and retry with complete clean up

how are u running the Minikube? Do u have any VM like Orcale VM?
DID u run the Minikube VM before ?
How did u delete it?
where is the kubectl file downloaded ? share the path
what are the other files u have in this path ?

Please delete all files and retry with complete clean up

how are u running the Minikube? Do u have any VM like Orcale VM?
minikube start --vm-driver=kvm2
I have tried with virtualbox but had a different error.

DID u run the Minikube VM before ?
This is my first minikube installation.

How did u delete it?
First installation

where is the kubectl file downloaded ? share the path
root@debian:~# whereis minikube
minikube: /usr/local/bin/minikube
root@debian:~# whereis kubectl
kubectl: /usr/bin/kubectl

what are the other files u have in this path ?
/usr/bin

I'll do a cleanup and retry...

Few Hardware might not support - so use Oracle VM and try

@gastongutierrez do you still have this issue ?
did minkube delete --all help with the clean up ?

this is a bug, and we should not fail if minikube domain already exists !

@josedonizetti

Hey @gastongutierrez -- could you try:

  1. Upgrading to the latest version of minikube
  2. Running minikube delete --all
  3. Running minikube start --alsologtostderr

and see if that resolves the issue? Thank you!

I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it.

Thank you for opening the issue!

Was this page helpful?
0 / 5 - 0 ratings