-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Docker Driver Using Multi-Node Clusters & NodePort #9364
Comments
@RA489: The label(s) 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. |
/kind support |
I believe that #9875 fixes this. |
@mativillagra For a work around for now use See - #9838. |
@sadlil Thanks I will try it out respond back, sorry for the late notice on your comment. |
Yes, this should be fixed in the latest version of minikube. Please reopen this issue if you are still running into it. |
Hello! Paste here my result, but as you point out It works now!
The only difference with the above configuration is the version of minikube used, everything is the same this means same deployments are used.
As you can see request is either attend from one pod & another. Thanks for the support & sorry for the late respond! |
I follow this documentation I execute the following command's
https://minikube.sigs.k8s.io/docs/tutorials/multi_node/
This bring the multi-node cluster up on my local host successfully,
Advice that the driver selected is docker.
I apply the two *.yaml files on the cluster, as in here with no changes.
https://minikube.sigs.k8s.io/docs/tutorials/multi_node/
My question & problem is that if I curl the http://172.17.0.3:31000 always result on the following respond from one pod it never's jump to the other pod, Can you explain me why, is this a bug/know issues using the docker driver with multi-nodes on Minikube.
Thanks in advance.
The text was updated successfully, but these errors were encountered: