-
Notifications
You must be signed in to change notification settings - Fork 748
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
Helm chart err : prometheus.counter is not prometheus.Gauge: missing method Dec #3144
Comments
@dimashenkov . Do you see this issue with 1.18.6. Want to verify if this change #3093 is causing this regression. |
@orsenthil I need to test, i tested with 1.19.0 its broken with 1.18.0 its works , v1.18.6 works fine |
@orsenthil @dshehbaj cni-metrics-helper 1.18.6 works fine , interesting that 1.19.0 also works on our other cluster which has Kubernetes version : 1.29 |
Hi @dimashenkov, Can you share the helm chart version of CNI Metrics Helper running both on the cluster where you see the error and the cluster where it runs fine? |
Hi @dimashenkov, For both clusters where you see the error and do not see the error, can you share the versions CNI and CNI Metrics Helper that are running? In CNI version 1.19, we updated the types of some metrics: https://github.com/aws/amazon-vpc-cni-k8s/pull/3093/files#diff-fea6b7a2003b8fe9b0f1f7c48d37848be31bdfffb86a7baaebd50bb645c031d5, and CNI Metrics Helper version 1.19 also imports the same types. Due to the nature of this change, CNI Metrics Helper version 1.19 is incompatible with CNI versions 1.18.6 and older. I am able to reproduce the error you reported if I pair CNI Metrics Helper version 1.19 with versions of CNI 1.18.6, or older. |
Hi @dshehbaj , |
What happened:
Helm chart pod gets error
Environment: AWS EKS
kubectl version
): 1.29cat /etc/os-release
): Amazon LinuxThe text was updated successfully, but these errors were encountered: