amazon-archives / k8s-cloudwatch-adapter

An implementation of Kubernetes Custom Metrics API for Amazon CloudWatch
Apache License 2.0
158 stars 98 forks source link

Many failures related to external metrics at kube-apiserver logs. #29

Closed markrity closed 4 years ago

markrity commented 4 years ago

Hi I recently have seen that we are getting a lot of logs related to external metrics on our EKS cluster.

kube-apiserver logst

Cluster version : 1.15 Adapter version : 0.8.0 used latest deployment. Checked api services we have no v1beta1.custom.metrics.k8s.io there , since I have seen it should be there anymore.

What can be the cause for this issues?

chankh commented 4 years ago

seems related to this https://github.com/kubernetes-sigs/metrics-server/issues/27

markrity commented 4 years ago

@chankh Yea it might be, thanks for pointing on it :)