• Kubernetes Submit Queue's avatar
    Merge pull request #30739 from MrHohn/e2e-sourceip · 02dd1780
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Add e2e test for Source IP preservation (pod to service cluster IP)
    
    Working on #27134.
    
    This PR added the e2e test for source ip preservation (pod to service cluster IP) in service.go. Test scenario described as below:
    - Pick two different nodes in cluster.
    - Create a clusterIP type service.
    - Create an echo server, which echoes back client IP, to be part of the service.
    - Create a client on another node. Hit the server through service cluster IP.
    - Verify the source IP.
    
    @girishkalele @freehan
    02dd1780
Name
Last commit
Last update
..
component/scheduler/perf Loading commit data...
e2e Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
soak Loading commit data...
utils Loading commit data...
.gitattributes Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...