Skip to content
This repository was archived by the owner on Jun 15, 2018. It is now read-only.

service endpoints are not ready #1

Open
dimthe opened this issue Jun 18, 2017 · 2 comments
Open

service endpoints are not ready #1

dimthe opened this issue Jun 18, 2017 · 2 comments

Comments

@dimthe
Copy link

dimthe commented Jun 18, 2017

hello
i keep getting the error posted below . what needs to be done ?

minikube service --namespace=monitoring prometheus
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...
Waiting, endpoint for service is not ready yet...

@bakins
Copy link
Owner

bakins commented Dec 11, 2017

I need to update this repo. Hoping to have time over the holidays.

@neklaf
Copy link

neklaf commented Jun 14, 2018

Hi,
I face the same issue as @dimthe but taking a look to the output of "minikube logs" and to demo-script.sh file I found that my problem was that I didn't follow a step, if you find instructions in README you get the message "Waiting, endpoint for service is not ready yet...". To fix it I run this:
$ kubectl delete service prometheus --namespace=monitoring
service "prometheus" deleted
$ kubectl delete deployment prometheus --namespace=monitoring
deployment.extensions "prometheus" deleted
$ kubectl get deployments --namespace=monitoring
No resources found.

Once all previous steps are been undone, execute the missing step:
$ kubectl create -f prometheus-config.yaml
$ kubectl apply -f prometheus-deployment.yaml (I had problems executing kubectl create...)
$ kubectl create -f prometheus-service.yaml
And you can run:
$ minikube service --namespace=monitoring prometheus

And everything was fine this time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants