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
hi, tried to follow Jeff Geerling lesson, implementing first step, couldn't connect to my pod:
minikube service hello-k8s
|-----------|-----------|-------------|-----------------------------|
| NAMESPACE | NAME | TARGET PORT | URL |
|-----------|-----------|-------------|-----------------------------|
| default | hello-k8s | 80 | http://192.168.39.168:31611 |
|-----------|-----------|-------------|-----------------------------|
❌ Exiting due to SVC_UNREACHABLE: service not available: no running pod for service hello-k8s found
╭───────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 😿 If the above advice does not help, please let us know: │
│ 👉 https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ Please run minikube logs --file=logs.txt and attach logs.txt to the GitHub issue. │
│ Please also attach the following file to the GitHub issue: │
│ - /tmp/minikube_service_bcbec5d70f3a86265397a51549595afbe67b6e1e_0.log │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
HI,
after lot's of ... found the simple solution that made it all go wrong:
sudo chmod 777 /var/run/docker.sock or if you choose to be a bit more as 666.
restart minikube
delete the deployment
create the deployment again
redo the steps and now it works.
thanks,
Shlomi.
What Happened?
hi, tried to follow Jeff Geerling lesson, implementing first step, couldn't connect to my pod:
minikube service hello-k8s
|-----------|-----------|-------------|-----------------------------|
| NAMESPACE | NAME | TARGET PORT | URL |
|-----------|-----------|-------------|-----------------------------|
| default | hello-k8s | 80 | http://192.168.39.168:31611 |
|-----------|-----------|-------------|-----------------------------|
❌ Exiting due to SVC_UNREACHABLE: service not available: no running pod for service hello-k8s found
╭───────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 😿 If the above advice does not help, please let us know: │
│ 👉 https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ Please run
minikube logs --file=logs.txt
and attach logs.txt to the GitHub issue. ││ Please also attach the following file to the GitHub issue: │
│ - /tmp/minikube_service_bcbec5d70f3a86265397a51549595afbe67b6e1e_0.log │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
Attach the log file
minikube_service_bcbec5d70f3a86265397a51549595afbe67b6e1e_0.log
Operating System
Ubuntu
Driver
KVM2
The text was updated successfully, but these errors were encountered: