minikube service should wait for service to be up #7897
Closed
Description
while trying to add minikube to CI process for an app. I noticed
curl $(minikube service discover --url)
would return the url, even if the service is not fully UP yet.
and this only happens in docker driver we need to fix this for a better CI much better experience.
this should also take care of some flakes in the integration tests when the SVC is not ready