Open qcu266 opened 6 months ago
Issues go stale after 60d of inactivity. Please comment or re-open the issue if you are still interested in getting this issue fixed.
@oilbeater Could you please help take a look at this issue?
the bug exists, but we still have no time to fix it. maybe later.
Issues go stale after 60d of inactivity. Please comment or re-open the issue if you are still interested in getting this issue fixed.
Issues go stale after 60d of inactivity. Please comment or re-open the issue if you are still interested in getting this issue fixed.
Kube-OVN Version
v1.12.12
Kubernetes Version
v1.24.1
Operation-system/Kernel Version
CentOS Stream 8 5.4.236-1.el8.elrepo.x86_64
Description
PR: https://github.com/kubeovn/kube-ovn/pull/2911 The addition of the
-o net1
parameter in this PR will cause pods within the VPC that use SNAT to be unable to access pods binding with fip. Considering the description of this PR, is it intended to address the issue of vpc-nat-gateway pods being unable to access other pods within the VPC? It seems that removing the-o net1
parameter during testing does not lead to this issue.Steps To Reproduce
podA access podB fip 10.122.195.20
10.116.80.141 > 10.122.195.20
Current Behavior
It is unable to access, and upon packet capture, it is observed that only the DNAT transformation of the NAT postrouting chain is completed, while the SNAT rules seem to remain unchanged due to the -o net1 parameter.
Expected Behavior