Open
Description
Currently, the addon registry integration test tests against the Kubernetes client.
https://github.com/kubernetes/minikube/blob/master/test/integration/addons_test.go#L224
We should add a new test where we actually build and push the image to the registry.
To check if the image is pushed to the registry use the following command:
% curl -X GET http://$(minikube ip):5000/v2/_catalog
{"repositories":["test-img"]}