amazon-vpc-cni-k8s
amazon-vpc-cni-k8s copied to clipboard
e2e test for mixed pods host-network true and false with external SNATing
Refer #519
We believe that pods with hostNetwork: true cause the CNI add API call to be bypassed, which means that the VPC CNI would not affect the data path at all for those pods. However, we should create and e2e scenario that tests the situation where, for example, an AWS VPC NAT Gateway is being used (and SNAT'ing traffic from pods on a particular subnet) and a worker node houses pods that have hostNetwork: true along with pods that do NOT have hostNetwork: true and ensure outbound communication works for both kinds of pods.
We have added the test case for non-host networking pods. Will be extending that for host networking pods to complete the request in this issue.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days
/not stale
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days
/notstale
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days
Issue closed due to inactivity.