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 · 3 comments
Open

X Exiting due to SVC_UNREACHABLE: service not available #19971

VishalKamaliyaTR opened this issue Nov 18, 2024 · 3 comments
Labels
kind/support Categorizes issue or PR as a support question.

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
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.
Projects
None yet
Development

No branches or pull requests

3 participants