projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

TestContourNodePortService Fails on Non Kind Clusters #346

Closed danehans closed 3 years ago

danehans commented 3 years ago

https://github.com/projectcontour/contour-operator/pull/320 updated e2e to run on non-kind clusters. TestContourNodePortService uses the "NodePortService" network publishing type. This publishing type requires a client pod to initiate requests to the kuard test workload. TestContourNodePortService tests connectivity from a client pod, and then updates the nodeports. However, the test fails to create the client pod to initiate requests after the Contour nodeports have been updated.