-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Issue with k8s.io/docs/tasks/access-application-cluster/ingress-minikube/ #16503
Comments
The current page suggests
It sounds possible to clarify that, helping readers clearly understand what steps to follow so that the subsequent /priority backlog |
@sftim I should had mentioned that I had indeed updated my Hosts file. I was able to ping hello-world.info and get a reponse from minikube ip. |
@FredericLatour if you can clarify what needs to change on the page to get it right, that'll help a lot towards a fix. |
@sftim It works now. It seems that the page was updated today and that the reason it was not working was because there was no base path. (that is |
Thanks for the update @FredericLatour Fixed via #16458 |
@sftim: 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. |
This is a Bug Report
I'm following the instructions on the page and and
curl hello-world.info
doesn't give the expected result.Problem:
After following the instructions, when I
curl hello-world.info
, I get the following result:I can confirm that the deployment and service work correctly. Accessing the service via:
minikube service web --url
output the expected result (as described in the documentation).
Proposed Solution:
No idea but I have a hard time to understand how it can be so difficult to set up a kubernetes dev env with minikube.
No one minikube/ingress example I could find seem to work properly, at least on my minikube installation.
Page to Update:
https://kubernetes.io/...
Kubernetes Version:
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.6", GitCommit:"96fac5cd13a5dc064f7d9f4f23030a6aeface6cc", GitTreeState:"clean", BuildDate:"2019-08-19T11:13:49Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.2", GitCommit:"f6278300bebbb750328ac16ee6dd3aa7d3549568", GitTreeState:"clean", BuildDate:"2019-08-05T09:15:22Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
The text was updated successfully, but these errors were encountered: