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

The url does not work #19746

Open
gagaga3849 opened this issue Oct 3, 2024 · 1 comment
Open

The url does not work #19746

gagaga3849 opened this issue Oct 3, 2024 · 1 comment
Labels
co/service issues related to the service feature kind/support Categorizes issue or PR as a support question.

Comments

@gagaga3849
Copy link

What Happened?

I have created service in kubectl successfuly but url does not work and error message in terminal appears.

Attach the log file

issue
logs.txt

Operating System

Ubuntu

Driver

None

@spowelljr
Copy link
Member

As the message says, you don't have any pods running for the service, I assume if you run the following you're going to see that your pods are failing for some reason.

$ kubectl get pods -A

Then run the following and upload the output to the issue

$ kubectl describe pods <pod_name>
$ kubectl logs <pod_name>

@spowelljr spowelljr added kind/support Categorizes issue or PR as a support question. co/service issues related to the service feature labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/service issues related to the service feature kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

2 participants