pahud / amazon-eks-gpu-scale

NVIDIA GPU autoscaling on Amazon EKS
11 stars 3 forks source link

Custom metrics are not visible even after installing the prometheus adapter #1

Open gowthaman-new opened 4 years ago

gowthaman-new commented 4 years ago

Hello @pahud ,

Thanks for this doc on gpu monitoring. I have followed the steps given in Readme.

I have installed prometheus-adapter for custom metrics using below command but there are no resources available for gpu from custom metrics

helm install --name prometheus-adapter --set rbac.create=true,prometheus.url=http://kube-prometheus-prometheus.default.svc.cluster.local,prometheus.port=9090 stable/prometheus-adapter

Result of custom metrics command: kubectl get --raw /apis/custom.metrics.k8s.io/v1beta1 {"kind":"APIResourceList","apiVersion":"v1","groupVersion":"custom.metrics.k8s.io/v1beta1","resources":[]}

Could you please help me to fix this issue.

pahud commented 4 years ago

Hi @gowthaman-new

Thanks for your feedback. Unfortunately I am not able to continue maintain this repo. I'll leave this issue open, if you have any update, feel free to comment here or create the PR for it. Thanks.

JulesBelveze commented 3 years ago

Hey @gowthaman-new I am facing a similar issue, did you manage to have it to work?