-
Notifications
You must be signed in to change notification settings - Fork 456
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
[BUG] vpc-gw无法ping通pod #4864
Comments
I found a similar closed issue, but no solution was found in the comments [1]. To troubleshoot the connectivity issue where the VPC gateway cannot ping or send curl requests to some pods, you can follow these steps:
By following these steps, you should be able to identify and resolve the connectivity issue between the VPC gateway and the pods. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
ovn-trace和能ping通的进行比对:
能ping通:
|
Kube-OVN Version
v1.12.19
Kubernetes Version
v1.27.13
Operation-system/Kernel Version
5.10.149-1.el7.x86_64
Description
创建了一个vpc,并在该vpc下创建了subnet(10.10.15/24)、vpc-nat-gateway(10.10.15.254)。使用该subnet创建了多个pod。在gw的pod中ping 子网下的其它pod,部分能通,发送curl请求不通。所有pod ping gw pod都能通。pod与pod之间,gw 能ping通的,可以ping通,gw ping不通的,其它pod也ping不通。
在gw中抓包:
在gw所在node ovn-csi中抓包:
在pod所在node ovn-csi中抓包:
在pod中抓包:
Steps To Reproduce
vpc
subnet
vpc-gateway-gw
Current Behavior
gw pod无法ping通subnet下的pod,无法发送curl请求
Expected Behavior
gw pod可以和subnet下pod正常通信
The text was updated successfully, but these errors were encountered: