-
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
Exiting due to SVC_UNREACHABLE: service not available: no running pod for service story-service found #17027
Comments
kubectl logs podname Let me know if it helps |
hi, did you resolve this problem please ?? |
facing same issue |
I faced the same issue, the solution that worked for me :
example apiVersion: apps/v1 apiVersion: v1 |
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 |
This usually happens when service unable to find deployment please refer provided simple setup your app
your service
|
Services and pods are matched matching service's |
The above suggestion works for me. |
I am also facing same issue. Any suggestion for this - Deployment.yaml - apiVersion: apps/v1 Service.yaml - apiVersion: v1 |
hey @vermabhaskar99 - make sure to pput on the they both should have the same name, and yours dont have the same name |
I had this issue and my names were correct / matched. However, I had another entry (tier: front-end which had no proper match). Once I removed it the service worked properly. Sometimes its not what you are looking at directly that causes the issue. Hope this helps... |
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-sigs/prow repository. |
apiVersion: apps/v1 apiVersion: v1 For this yml configuration it's always showing |
What Happened?
I have tied to run the service in minikube but unfortunately i got this error message like this, I have attached the error detail's, TIA.
Attach the log file
I have followed the minikube logs --file=log.txt command but i didn't find any log's, Same that senario also i have attached below, TIA.
Operating System
Ubuntu
Driver
VirtualBox
The text was updated successfully, but these errors were encountered: