Open jlim0930 opened 7 months ago
I have the exact same issue.
Having same issue on macOS, fresh minikube.
I'm having the same issue with Minikube using a newly created cluster.
Same problem here
I am also having same issue and struggling to resolve it from past 2 days but no luck , does it work for anyone please update the thread
try choosing different driver instead of docker it should work , its working for me now
β―
β― minikube delete
π₯ Deleting "minikube" in docker ...
π₯ Deleting container "minikube" ...
π₯ Removing /Users/javatechie/.minikube/machines/minikube ...
π Removed all traces of the "minikube" cluster.
β― minikube start --driver=hyperkit
π minikube v1.33.0 on Darwin 13.6.9
β¨ Using the hyperkit driver based on user configuration
πΎ Downloading driver docker-machine-driver-hyperkit:
> docker-machine-driver-hyper...: 65 B / 65 B [---------] 100.00% ? p/s 0s
> docker-machine-driver-hyper...: 9.43 MiB / 9.43 MiB 100.00% 1.81 MiB p/
π The 'hyperkit' driver requires elevated permissions. The following commands will be executed:
$ sudo chown root:wheel /Users/javatechie/.minikube/bin/docker-machine-driver-hyperkit
$ sudo chmod u+s /Users/javatechie/.minikube/bin/docker-machine-driver-hyperkit
Password:
πΏ Downloading VM boot image ...
> minikube-v1.33.0-amd64.iso....: 65 B / 65 B [---------] 100.00% ? p/s 0s
> minikube-v1.33.0-amd64.iso: 314.16 MiB / 314.16 MiB 100.00% 12.80 MiB p
π Starting "minikube" primary control-plane node in "minikube" cluster
π₯ Creating hyperkit VM (CPUs=2, Memory=4000MB, Disk=20000MB) ...
π³ Preparing Kubernetes v1.30.0 on Docker 26.0.1 ...
βͺ Generating certificates and keys ...
βͺ Booting up control plane ...
βͺ Configuring RBAC rules ...
π Configuring bridge CNI (Container Networking Interface) ...
π Verifying Kubernetes components...
βͺ Using image gcr.io/k8s-minikube/storage-provisioner:v5
π Enabled addons: storage-provisioner, default-storageclass
π Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default
β― minikube status
minikube
type: Control Plane
host: Running
kubelet: Running
apiserver: Running
kubeconfig: Configured
β― minikube ip
192.168.64.28
β― ping 192.168.64.28
PING 192.168.64.28 (192.168.64.28): 56 data bytes
64 bytes from 192.168.64.28: icmp_seq=0 ttl=64 time=0.316 ms
64 bytes from 192.168.64.28: icmp_seq=1 ttl=64 time=0.289 ms
64 bytes from 192.168.64.28: icmp_seq=2 ttl=64 time=0.305 ms
64 bytes from 192.168.64.28: icmp_seq=3 ttl=64 time=0.278 ms
64 bytes from 192.168.64.28: icmp_seq=4 ttl=64 time=0.273 ms
64 bytes from 192.168.64.28: icmp_seq=5 ttl=64 time=0.286 ms
64 bytes from 192.168.64.28: icmp_seq=6 ttl=64 time=0.272 ms
64 bytes from 192.168.64.28: icmp_seq=7 ttl=64 time=0.266 ms
64 bytes from 192.168.64.28: icmp_seq=8 ttl=64 time=0.282 ms
64 bytes from 192.168.64.28: icmp_seq=9 ttl=64 time=0.236 ms
^C
--- 192.168.64.28 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.236/0.280/0.316/0.021 ms
Why do you need ICMP?
The Docker Desktop networking has some issues, like not being accessible from the host...
https://docs.docker.com/desktop/networking/#per-container-ip-addressing-is-not-possible
Minikube has "tunnel"
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
What Happened?
After starting minikube with
minikube start --driver docker
the environment is stood up however I am unable to ping theminikube ip
In my docker settings I have
I tried to also start minikube with
minikube start --driver docker --static-ip 192.168.65.49
and now gettingand once minikube is started it shows
On my linux host I am able to ping the
minikube ip
without issuesAttach the log file
with
--static-ip 192.168.65.49
log.txtwithout
--static-ip 192.168.65.49
log2.txtOperating System
macOS (Default)
Driver
Docker