Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kube-eagle pod is restarting frequently #4

Closed
vidhig opened this issue Mar 6, 2019 · 2 comments
Closed

kube-eagle pod is restarting frequently #4

vidhig opened this issue Mar 6, 2019 · 2 comments

Comments

@vidhig
Copy link

vidhig commented Mar 6, 2019

the kube-eagle pod is restarting frequently.
This is the error I got.

panic: the server is currently unable to handle the request (get pods.metrics.k8s.io)

goroutine 38 [running]:
github.com/google-cloud-tools/kube-eagle/vendor/github.com/weeco/kube-eagle/pkg/metrics_store.Collect()
	/go/src/github.com/google-cloud-tools/kube-eagle/vendor/github.com/weeco/kube-eagle/pkg/metrics_store/metrics_store.go:59 +0x386
main.main.func1()
	/go/src/github.com/google-cloud-tools/kube-eagle/main.go:56 +0x32
created by main.main
	/go/src/github.com/google-cloud-tools/kube-eagle/main.go:52 +0x47
@weeco
Copy link
Member

weeco commented Mar 6, 2019

Apparently it cannot get the pod list from the kubernetes master. Do you get a response for kubectl get pods --all-namespaces -o wide?

Also please make sure you are using kube eagle v 1.1.0, it seems you are using version 1.0.0 which was until recently the default in this helm chart.

@weeco
Copy link
Member

weeco commented Mar 13, 2019

I'll close this issue due too inactivity.

@weeco weeco closed this as completed Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants