ovn-org / ovn-kubernetes

A robust Kubernetes networking platform
https://ovn-kubernetes.io/
Apache License 2.0
838 stars 348 forks source link

UDN: Add external -> services e2e #4699

Open dceara opened 1 month ago

dceara commented 1 month ago

What would you like to see added/updated/deleted in our end-to-end tests?

We currently are missing tests for the "external to nodePort" case for user defined networks - we do test from a pod to a nodeport on a different node but we should probably use a "real" external client:

https://github.com/ovn-org/ovn-kubernetes/pull/4648#issuecomment-2324106495

Tests should be added for the load balancer case too.

Why is this needed?

Ensure better functionality testing of services in user defined networks.

tssurya commented 1 month ago

/assign @qinqon