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

bug: sample in the documentation/tutorial does not work as expected #29

Open
HarikrishnanBalagopal opened this issue Feb 10, 2022 · 2 comments

Comments

@HarikrishnanBalagopal
Copy link

See kubernetes/minikube#13595 for details

@illume
Copy link

illume commented Aug 4, 2022

hi.

I came across the same issue. The example is failing on the last line of the ".github/workflows/pr.yml" with curl.

        curl $(minikube service example --url)        

curl: (7) Failed to connect to 192.168.49.2 port 30600: Connection refused

@medyagh
Copy link
Owner

medyagh commented Jan 13, 2023

I think the problem is the service is not ready at the time, and need to wait for it first... one thing miinikube could do is do the wait for the user, we accept contributions to fix that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants