migtools / mig-e2e

End to end tests for OCP Migration
Apache License 2.0
0 stars 11 forks source link

Replace LoadBalancer services with ClusterIP #104

Closed pranavgaikwad closed 4 years ago

pranavgaikwad commented 4 years ago

LoadBalancer service objects take longer to launch and clean up which is causing timing issues in CI. By changing LoadBalancer to ClusterIP services, test cases are unaffected.