test-e2e-provider-local.sh: Use skaffold instead of make docker-images
and kind load docker-image
#446
Labels
make docker-images
and kind load docker-image
#446
How to categorize this issue?
/area networking
/kind enhancement
What would you like to be added:
gardener-extension-networking-calico/hack/test-e2e-provider-local.sh
Lines 33 to 42 in 6093015
make docker-images
pulls the golang image from docker.io defined in the Dockerfile. With skaffold this is likely avoided.Why is this needed:
To prevent dockerhub rate limit issues for e2e executions in prow.
The text was updated successfully, but these errors were encountered: