-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Trouble following tutorial Using a Service to Expose Your App #42777
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The 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/test-infra repository. |
/retitle Trouble following tutorial Using a Service to Expose Your App |
/triage duplicate |
#40645 is now closed. |
Looks like a fix has been delivered. Closing this issue in acknowledgment of the contributor's comment indicating the implementation of the fix. /close |
@dipesh-rawat: Closing this issue. 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/test-infra repository. |
Following the steps here I get to the step where I create a NodePort service and use
curl
to access it.I do not get a response and eventually get the error
curl: (28) Failed to connect to 192.168.49.2 port 30140 after 75007 ms: Couldn't connect to server
Additionally the docs say there should be an external IP assigned after adding a NodePort service
However I don't see this
Running
minikube service kubernetes-bootcamp
does work to expose it thoughThe text was updated successfully, but these errors were encountered: