-
Notifications
You must be signed in to change notification settings - Fork 178
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
How pod access service's ClusterIP in openshift environment #1131
Comments
this may related to #1083 |
Since i don't know what's the root cause, i also create a issue with the same description in openshift side openshift/openshift-ansible#8200 |
Hi @jeffrey4l! 😄 |
hey @vhosakot , nice to meet you here. |
@jeffrey4l With the same installation on vms, we have the same problem. We can not reach any of the services. Kubernetes manages ip address of the services called VIP. VIPs are managed by DNAT/SNAT. In this scenario switches does not know how to route packet. It should be something on the contiv side to manage VIPs. |
@Pamir yes. i also found there are two ovs bridges created by netplugin even though i am using vlan+bridge mode, And the service ip is added to So i think the But i have on idea how to configure this. :( |
@jeffrey4l sure, I'll look into the issue and reply here soon. |
The pod can access the cluster ip from the pod. |
Description
I am deploying openshift+contiv with vlan + bridge mode. So far the connectivity between two pods is perfect. But the service ip is not.
Technically, i can not found any doc or explanation how Pod could service's ClusterIP. So cloud anyone give me some info about this?
Expected Behavior
Service ClusterIP should be accessible from Pod.
Observed Behavior
Seems there is a OVS bridge holds all the traffics, like bellow
Access the kubernetes service ip from HOST is OK too. But failed to access it from Pod.
Your Environment
The text was updated successfully, but these errors were encountered: