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.
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.