kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.47k stars 4.89k forks source link

โŒ Exiting due to DRV_MISSING_ADDRESS: Failed to start host: new host: dial tcp: missing address #17864

Closed iPraveenParihar closed 5 months ago

iPraveenParihar commented 10 months ago

What Happened?

[pm@dhcp53-175 ~]$ minikube start --alsologtostderr
I1227 19:06:53.891289   11964 out.go:296] Setting OutFile to fd 1 ...
I1227 19:06:53.891625   11964 out.go:348] isatty.IsTerminal(1) = true
I1227 19:06:53.891638   11964 out.go:309] Setting ErrFile to fd 2...
I1227 19:06:53.891647   11964 out.go:348] isatty.IsTerminal(2) = true
I1227 19:06:53.891867   11964 root.go:338] Updating PATH: /home/pm/.minikube/bin
I1227 19:06:53.892361   11964 out.go:303] Setting JSON to false
I1227 19:06:53.894071   11964 start.go:128] hostinfo: {"hostname":"dhcp53-175.lab.eng.blr.redhat.com","uptime":15718,"bootTime":1703668496,"procs":165,"os":"linux","platform":"centos","platformFamily":"rhel","platformVersion":"7.9.2009","kernelVersion":"3.10.0-1160.59.1.el7.x86_64","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"host","hostId":"defb7678-3d2a-4606-819d-67f3dc845f7e"}
I1227 19:06:53.894151   11964 start.go:138] virtualization: kvm host
I1227 19:06:53.894853   11964 out.go:177] ๐Ÿ˜„  minikube v1.32.0 on Centos 7.9.2009
๐Ÿ˜„  minikube v1.32.0 on Centos 7.9.2009
I1227 19:06:53.895264   11964 notify.go:220] Checking for updates...
I1227 19:06:53.895341   11964 driver.go:378] Setting default libvirt URI to qemu:///system
I1227 19:06:53.895372   11964 global.go:111] Querying for installed drivers using PATH=/home/pm/.minikube/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pm/.local/bin:/home/pm/bin
I1227 19:06:53.971216   11964 global.go:122] kvm2 default: true priority: 8, state: {Installed:true Healthy:true Running:true NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1227 19:06:53.971313   11964 global.go:122] qemu2 default: true priority: 7, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:exec: "qemu-system-x86_64": executable file not found in $PATH Reason: Fix:Install qemu-system Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/qemu/ Version:}
I1227 19:06:53.971370   11964 global.go:122] virtualbox default: true priority: 6, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:unable to find VBoxManage in $PATH Reason: Fix:Install VirtualBox Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/virtualbox/ Version:}
I1227 19:06:53.971404   11964 global.go:122] vmware default: false priority: 5, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:exec: "vmrun": executable file not found in $PATH Reason: Fix:Install vmrun Doc:https://minikube.sigs.k8s.io/docs/reference/drivers/vmware/ Version:}
W1227 19:06:53.997641   11964 docker.go:169] docker version returned error: exit status 1
I1227 19:06:53.997693   11964 global.go:122] docker default: true priority: 9, state: {Installed:true Healthy:false Running:true NeedsImprovement:false Error:"docker version --format {{.Server.Os}}-{{.Server.Version}}:{{.Server.Platform.Name}}" exit status 1: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.26/version: dial unix /var/run/docker.sock: connect: permission denied Reason:PROVIDER_DOCKER_NEWGRP Fix:Add your user to the 'docker' group: 'sudo usermod -aG docker $USER && newgrp docker' Doc:https://docs.docker.com/engine/install/linux-postinstall/ Version:}
I1227 19:06:54.021394   11964 global.go:122] none default: false priority: 4, state: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1227 19:06:54.021506   11964 global.go:122] podman default: true priority: 7, state: {Installed:false Healthy:false Running:false NeedsImprovement:false Error:exec: "podman": executable file not found in $PATH Reason: Fix:Install Podman Doc:https://minikube.sigs.k8s.io/docs/drivers/podman/ Version:}
I1227 19:06:54.021539   11964 global.go:122] ssh default: false priority: 4, state: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1227 19:06:54.021570   11964 driver.go:313] not recommending "none" due to default: false
I1227 19:06:54.021585   11964 driver.go:313] not recommending "ssh" due to default: false
I1227 19:06:54.021596   11964 driver.go:308] not recommending "docker" due to health: "docker version --format {{.Server.Os}}-{{.Server.Version}}:{{.Server.Platform.Name}}" exit status 1: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.26/version: dial unix /var/run/docker.sock: connect: permission denied
I1227 19:06:54.021638   11964 driver.go:348] Picked: kvm2
I1227 19:06:54.021662   11964 driver.go:349] Alternatives: [none ssh]
I1227 19:06:54.021676   11964 driver.go:350] Rejects: [qemu2 virtualbox vmware docker podman]
I1227 19:06:54.022327   11964 out.go:177] โœจ  Automatically selected the kvm2 driver. Other choices: none, ssh
โœจ  Automatically selected the kvm2 driver. Other choices: none, ssh
I1227 19:06:54.022730   11964 start.go:298] selected driver: kvm2
I1227 19:06:54.022756   11964 start.go:902] validating driver "kvm2" against <nil>
I1227 19:06:54.022781   11964 start.go:913] status for kvm2: {Installed:true Healthy:true Running:true NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
I1227 19:06:54.023233   11964 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1227 19:06:54.023351   11964 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/pm/.minikube/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/pm/.local/bin:/home/pm/bin
W1227 19:06:54.026411   11964 install.go:62] docker-machine-driver-kvm2: exit status 1
I1227 19:06:54.026853   11964 out.go:177] ๐Ÿ’พ  Downloading driver docker-machine-driver-kvm2:
๐Ÿ’พ  Downloading driver docker-machine-driver-kvm2:
I1227 19:06:54.027241   11964 download.go:107] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.32.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.32.0/docker-machine-driver-kvm2-amd64.sha256 -> /home/pm/.minikube/bin/docker-machine-driver-kvm2
    > docker-machine-driver-kvm2-...:  65 B / 65 B [---------] 100.00% ? p/s 0s
    > docker-machine-driver-kvm2-...:  13.01 MiB / 13.01 MiB  100.00% 47.41 MiB
I1227 19:07:04.625195   11964 start_flags.go:309] no existing cluster config was found, will generate one from the flags 
I1227 19:07:04.625967   11964 start_flags.go:394] Using suggested 3900MB memory alloc based on sys=15885MB, container=0MB
I1227 19:07:04.626140   11964 start_flags.go:913] Wait components to verify : map[apiserver:true system_pods:true]
I1227 19:07:04.626204   11964 cni.go:84] Creating CNI manager for ""
I1227 19:07:04.626228   11964 cni.go:158] "kvm2" driver + "docker" container runtime found on kubernetes v1.24+, recommending bridge
I1227 19:07:04.626238   11964 start_flags.go:318] Found "bridge CNI" CNI - setting NetworkPlugin=cni
I1227 19:07:04.626249   11964 start_flags.go:323] config:
{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.42@sha256:d35ac07dfda971cabee05e0deca8aeac772f885a5348e1a0c0b0a36db20fcfc0 Memory:3900 CPUs:2 DiskSize:20000 VMDriver: Driver:kvm2 HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.3 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/pm:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:}
I1227 19:07:04.626406   11964 iso.go:125] acquiring lock: {Name:mk582d5ae8127718bb224db201c155b1dbfcc7cd Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I1227 19:07:04.627068   11964 out.go:177] ๐Ÿ‘  Starting control plane node minikube in cluster minikube
๐Ÿ‘  Starting control plane node minikube in cluster minikube
I1227 19:07:04.627341   11964 preload.go:132] Checking if preload exists for k8s version v1.28.3 and runtime docker
I1227 19:07:04.627383   11964 preload.go:148] Found local preload: /home/pm/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.3-docker-overlay2-amd64.tar.lz4
I1227 19:07:04.627402   11964 cache.go:56] Caching tarball of preloaded images
I1227 19:07:04.627450   11964 preload.go:174] Found /home/pm/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.3-docker-overlay2-amd64.tar.lz4 in cache, skipping download
I1227 19:07:04.627461   11964 cache.go:59] Finished verifying existence of preloaded tar for  v1.28.3 on docker
I1227 19:07:04.627855   11964 profile.go:148] Saving config to /home/pm/.minikube/profiles/minikube/config.json ...
I1227 19:07:04.627883   11964 lock.go:35] WriteFile acquiring /home/pm/.minikube/profiles/minikube/config.json: {Name:mkde620b24d30ae5a099ed3b23994fd3e3c9afa3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
I1227 19:07:04.628168   11964 start.go:365] acquiring machines lock for minikube: {Name:mkb9e8c4336248a3e2ede0380096a34e5cbc24f0 Clock:{} Delay:500ms Timeout:13m0s Cancel:<nil>}
I1227 19:07:04.628215   11964 start.go:369] acquired machines lock for "minikube" in 24.146ยตs
I1227 19:07:04.628240   11964 start.go:93] Provisioning new machine with config: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.32.1-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.42@sha256:d35ac07dfda971cabee05e0deca8aeac772f885a5348e1a0c0b0a36db20fcfc0 Memory:3900 CPUs:2 DiskSize:20000 VMDriver: Driver:kvm2 HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.3 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/pm:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I1227 19:07:04.628342   11964 start.go:125] createHost starting for "" (driver="kvm2")
I1227 19:07:04.628766   11964 out.go:204] ๐Ÿ”ฅ  Creating kvm2 VM (CPUs=2, Memory=3900MB, Disk=20000MB) ...
๐Ÿ”ฅ  Creating kvm2 VM (CPUs=2, Memory=3900MB, Disk=20000MB) ...I1227 19:07:04.628911   11964 main.go:141] libmachine: Found binary path at /home/pm/.minikube/bin/docker-machine-driver-kvm2
| I1227 19:07:04.628940   11964 main.go:141] libmachine: Launching plugin server for driver kvm2
I1227 19:07:04.632731   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.10.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:04.632833   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.8.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:04.632748   11964 main.go:141] libmachine: Plugin server listening at address 
I1227 19:07:04.632890   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.2.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:04.632911   11964 start.go:128] duration metric: createHost completed in 4.551904ms
I1227 19:07:04.632922   11964 start.go:83] releasing machines lock for "minikube", held for 4.693966ms
I1227 19:07:04.632941   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_6.0.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
W1227 19:07:04.632937   11964 start.go:691] error starting host: new host: dial tcp: missing address
I1227 19:07:04.632981   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_4.10.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:04.633033   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.5.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:04.633069   11964 cli_runner.go:164] Run: docker container inspect minikube --format={{.State.Status}}
I1227 19:07:04.633094   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.7.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:04.633144   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.6.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
W1227 19:07:04.651938   11964 cli_runner.go:211] docker container inspect minikube --format={{.State.Status}} returned with exit code 1
I1227 19:07:04.651988   11964 delete.go:46] couldn't inspect container "minikube" before deleting: unknown state "minikube": docker container inspect minikube --format={{.State.Status}}: exit status 1
stdout:

stderr:
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.26/containers/minikube/json: dial unix /var/run/docker.sock: connect: permission denied
I1227 19:07:04.652058   11964 cli_runner.go:164] Run: sudo -n podman container inspect minikube --format={{.State.Status}}
W1227 19:07:04.671400   11964 cli_runner.go:211] sudo -n podman container inspect minikube --format={{.State.Status}} returned with exit code 1
I1227 19:07:04.671529   11964 delete.go:46] couldn't inspect container "minikube" before deleting: unknown state "minikube": sudo -n podman container inspect minikube --format={{.State.Status}}: exit status 1
stdout:

stderr:
sudo: podman: command not found
W1227 19:07:04.671616   11964 start.go:696] delete host: Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
W1227 19:07:04.671811   11964 out.go:239] ๐Ÿคฆ  StartHost failed, but will try again: new host: dial tcp: missing address

๐Ÿคฆ  StartHost failed, but will try again: new host: dial tcp: missing address
I1227 19:07:04.671880   11964 start.go:706] Will try again in 5 seconds ...
I1227 19:07:09.672964   11964 start.go:365] acquiring machines lock for minikube: {Name:mkb9e8c4336248a3e2ede0380096a34e5cbc24f0 Clock:{} Delay:500ms Timeout:13m0s Cancel:<nil>}
I1227 19:07:09.673141   11964 start.go:369] acquired machines lock for "minikube" in 94.788ยตs
I1227 19:07:09.673204   11964 start.go:93] Provisioning new machine with config: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube/iso/minikube-v1.32.1-amd64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.42@sha256:d35ac07dfda971cabee05e0deca8aeac772f885a5348e1a0c0b0a36db20fcfc0 Memory:3900 CPUs:2 DiskSize:20000 VMDriver: Driver:kvm2 HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.3 ClusterName:minikube Namespace:default APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI: NodeIP: NodePort:8443 NodeName:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/pm:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 AutoPauseInterval:1m0s GPUs:} &{Name: IP: Port:8443 KubernetesVersion:v1.28.3 ContainerRuntime:docker ControlPlane:true Worker:true}
I1227 19:07:09.673395   11964 start.go:125] createHost starting for "" (driver="kvm2")
I1227 19:07:09.674255   11964 out.go:204] ๐Ÿ”ฅ  Creating kvm2 VM (CPUs=2, Memory=3900MB, Disk=20000MB) ...
๐Ÿ”ฅ  Creating kvm2 VM (CPUs=2, Memory=3900MB, Disk=20000MB) ...I1227 19:07:09.674416   11964 main.go:141] libmachine: Found binary path at /home/pm/.minikube/bin/docker-machine-driver-kvm2
| I1227 19:07:09.674567   11964 main.go:141] libmachine: Launching plugin server for driver kvm2
I1227 19:07:09.680982   11964 main.go:141] libmachine: Plugin server listening at address 
I1227 19:07:09.681095   11964 start.go:128] duration metric: createHost completed in 7.669624ms
I1227 19:07:09.681128   11964 start.go:83] releasing machines lock for "minikube", held for 7.947359ms
I1227 19:07:09.680990   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.10.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:09.681214   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.8.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:09.681261   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.2.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
W1227 19:07:09.681289   11964 out.go:239] ๐Ÿ˜ฟ  Failed to start kvm2 VM. Running "minikube delete" may fix it: new host: dial tcp: missing address

๐Ÿ˜ฟ  Failed to start kvm2 VM. Running "minikube delete" may fix it: new host: dial tcp: missing address
I1227 19:07:09.681326   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_6.0.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:09.681369   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_4.10.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:09.681418   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.5.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:09.681458   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.7.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:09.681545   11964 main.go:141] libmachine: () DBG | /home/pm/.minikube/bin/docker-machine-driver-kvm2: /lib64/libvirt.so.0: version `LIBVIRT_5.6.0' not found (required by /home/pm/.minikube/bin/docker-machine-driver-kvm2)
I1227 19:07:09.682003   11964 out.go:177] 

W1227 19:07:09.682420   11964 out.go:239] โŒ  Exiting due to DRV_MISSING_ADDRESS: Failed to start host: new host: dial tcp: missing address
โŒ  Exiting due to DRV_MISSING_ADDRESS: Failed to start host: new host: dial tcp: missing address
W1227 19:07:09.682561   11964 out.go:239] ๐Ÿ’ก  Suggestion: The machine-driver specified is failing to start. Try running 'docker-machine-driver-<type> version'
๐Ÿ’ก  Suggestion: The machine-driver specified is failing to start. Try running 'docker-machine-driver-<type> version'
W1227 19:07:09.682604   11964 out.go:239] ๐Ÿฟ  Related issues:
๐Ÿฟ  Related issues:
W1227 19:07:09.682655   11964 out.go:239]     โ–ช https://github.com/kubernetes/minikube/issues/6023
    โ–ช https://github.com/kubernetes/minikube/issues/6023
W1227 19:07:09.682703   11964 out.go:239]     โ–ช https://github.com/kubernetes/minikube/issues/4679
    โ–ช https://github.com/kubernetes/minikube/issues/4679

Attach the log file

logs.txt

Operating System

Other

[pm@dhcp53-175 ~]$ uname -a
Linux dhcp53-175.lab.eng.blr.redhat.com 3.10.0-1160.59.1.el7.x86_64 #1 SMP Wed Feb 23 16:47:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
[pm@dhcp53-175 ~]$ cat /etc/os-release 
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

Driver

KVM2

[pm@dhcp53-175 ~]$ minikube version
minikube version: v1.32.0
commit: 8220a6eb95f0a4d75f7f2d7b14cef975f050512d
[pm@dhcp53-175 ~]$ docker version
Client:
 Version:         1.13.1
 API version:     1.26
 Package version: 
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.26/version: dial unix /var/run/docker.sock: connect: permission denied
[pm@dhcp53-175 ~]$ kubectl version --client -ojson
{
  "clientVersion": {
    "major": "1",
    "minor": "24",
    "gitVersion": "v1.24.2",
    "gitCommit": "f66044f4361b9f1f96f0053dd46cb7dce5e990a8",
    "gitTreeState": "clean",
    "buildDate": "2022-06-15T14:22:29Z",
    "goVersion": "go1.18.3",
    "compiler": "gc",
    "platform": "linux/amd64"
  },
  "kustomizeVersion": "v4.5.4"
}

Services are running

[pm@dhcp53-175 ~]$ systemctl status docker  
โ— docker.service - Docker Application Container Engine
   Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor preset: disabled)
   Active: active (running) since Wed 2023-12-27 19:02:12 IST; 17min ago
     Docs: http://docs.docker.com
 Main PID: 11577 (dockerd-current)
    Tasks: 28
   CGroup: /system.slice/docker.service
           โ”œโ”€11577 /usr/bin/dockerd-current --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userla...
           โ””โ”€11585 /usr/bin/docker-containerd-current -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --metrics-interval=0 --start-timeout 2m --state-dir /var/run/docker/li...

[pm@dhcp53-175 ~]$ systemctl status libvirtd
โ— libvirtd.service - Virtualization daemon
   Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2023-12-27 14:45:21 IST; 4h 34min ago
     Docs: man:libvirtd(8)
           https://libvirt.org
 Main PID: 1288 (libvirtd)
    Tasks: 20 (limit: 32768)
   CGroup: /system.slice/libvirtd.service
           โ”œโ”€1288 /usr/sbin/libvirtd
           โ”œโ”€1697 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/libexec/libvirt_leaseshelper
           โ””โ”€1698 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/libexec/libvirt_leaseshelper
k8s-triage-robot commented 7 months ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

SelvamArul commented 7 months ago

@iPraveenParihar Did you manage to solve this issue?

k8s-triage-robot commented 6 months ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot commented 5 months ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-ci-robot commented 5 months ago

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to [this](https://github.com/kubernetes/minikube/issues/17864#issuecomment-2143478320): >The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. > >This bot triages issues according to the following rules: >- After 90d of inactivity, `lifecycle/stale` is applied >- After 30d of inactivity since `lifecycle/stale` was applied, `lifecycle/rotten` is applied >- After 30d of inactivity since `lifecycle/rotten` was applied, the issue is closed > >You can: >- Reopen this issue with `/reopen` >- Mark this issue as fresh with `/remove-lifecycle rotten` >- Offer to help out with [Issue Triage][1] > >Please send feedback to sig-contributor-experience at [kubernetes/community](https://github.com/kubernetes/community). > >/close not-planned > >[1]: https://www.kubernetes.dev/docs/guide/issue-triage/ Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.