-
Notifications
You must be signed in to change notification settings - Fork 46
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
Failed Connectivity Test For Service #143
Comments
You need to provide more information, operating system and versions of the components you are running at minimum, also if you use docker or podman or ... |
ubuntu
kind
docker
I followed the ff. instructions to install cloud-provider-kind
|
Is this beviour normal from the cloud-provider-kind logs ?
|
that is not the problem , it tries first to connect first to the internal endpoint and falls back to the portmapped later. If you do What example are you using? can you validate that the pods are running and that you can connect to the service on the nodeport ports on the |
The example provided in the documentation I am following the instructions of the documentation The pod is running I cannot connect to the service, the curl command fails |
I updated the config from LoadBalancer to NodePort |
then you most probably have something in your host filtering that traffic or not routing it correctly |
I can reach to reach service by appending extra port mappings to kind cluster config https://kind.sigs.k8s.io/docs/user/configuration/#nodeport-with-port-mappings |
|
I am able to curl from outside the cluster and access from the browser as well Thank you for your support @aojea |
what was the problem? |
I had to update the kind cluster config with extra port mappings https://kind.sigs.k8s.io/docs/user/configuration/#nodeport-with-port-mappings |
It must work without that |
This is the container running beside the kind container, I can reach to service via service cluster IP and container port on the cluster |
so, the question is why you can not reach the forwarded port from that container in the host, if you do
|
I followed the demo example to setup kind locally and use the cloud-provider-kind extension to provision a service of type loadbalancer with external IP
I can't figure out why the service is unreachable
The text was updated successfully, but these errors were encountered: