Skip to content
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

X Exiting due to SVC_UNREACHABLE: service not available #19971

Open
VishalKamaliyaTR opened this issue Nov 18, 2024 · 4 comments
Open

X Exiting due to SVC_UNREACHABLE: service not available #19971

VishalKamaliyaTR opened this issue Nov 18, 2024 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@VishalKamaliyaTR
Copy link

What Happened?

W1118 12:52:02.659851 29416 root.go:314] Error reading config file at C:\Users\6115721.minikube\config\config.json: open C:\Users\6115721.minikube\config\config.json: The system cannot find the file specified.

Attach the log file

minikube_service_aae5dfb0bb2064c92cabbf0ac41422d89f1fb523_0.log

Operating System

Windows

Driver

Hyper-V

@VishalKamaliyaTR VishalKamaliyaTR changed the title W1118 12:52:02.659851 29416 root.go:314] Error reading config file at C:\Users\6115721\.minikube\config\config.json: open C:\Users\6115721\.minikube\config\config.json: The system cannot find the file specified. Error reading config file at C:\Users\6115721\.minikube\config\config.json: open C:\Users\6115721\.minikube\config\config.json: The system cannot find the file specified. Nov 18, 2024
@VishalKamaliyaTR VishalKamaliyaTR changed the title Error reading config file at C:\Users\6115721\.minikube\config\config.json: open C:\Users\6115721\.minikube\config\config.json: The system cannot find the file specified. X Exiting due to SVC_UNREACHABLE: service not available Nov 18, 2024
@T-Lakshmi
Copy link

@VishalKamaliyaTR,

From the attached logs, below is the error you are encountering.

Exiting due to SVC_UNREACHABLE: service not available: no running pod for service workflow-deployment found.

@T-Lakshmi
Copy link

@VishalKamaliyaTR,
It looks you are trying to expose a pod which is actually not available.
could you run the following commands and share the output for debugging:

$ kubectl get services workflow-deployment
$ kubectl describe services workflow-deployment 
$ kubectl get pods -A

@T-Lakshmi
Copy link

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Nov 21, 2024
@k8s-triage-robot
Copy link

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

This bot triages un-triaged 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:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

4 participants