Closed jspdown closed 4 years ago
This PR:
integration_test.go
tool
k3d
dig
curl
netcat
imagePullPolicy: Always
IfNotPresent
--debug
Fixes: #615
make test-integration TESTFLAGS="--debug"
This PR is currently blocked by #710
What does this PR do?
This PR:
integration_test.go
into 2 packages:tool
andk3d
dig
,curl
andnetcat
to make sure configurations work and not just dynamic config diff.imagePullPolicy: Always
toIfNotPresent
to avoid pull 2 times images.--debug
option.Fixes: #615
How to test it
make test-integration TESTFLAGS="--debug"
Additional Notes
This PR is currently blocked by #710