-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i run minikube service my-service --url i am getting following error #17208
Comments
Check if the pod name ( spec: containers: - name: demo)on Deployment yaml file, matches (spec: selector: app: demo) name on Service yaml file |
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 |
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 |
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-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What Happened?
minikube service my-service --url
http://192.168.64.5:30007
❌ Exiting due to SVC_UNREACHABLE: service not available: no running pod for service my-service 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: │
│ - /var/folders/rj/ptbd4m794hbfh0dz09s6zyb40000gn/T/minikube_service_f5b1ed1d10eb80188a93b6130bf10228f96b5c54_0.log │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Attach the log file
logs.txt
Operating System
macOS (Default)
Driver
HyperKit
The text was updated successfully, but these errors were encountered: