-
Notifications
You must be signed in to change notification settings - Fork 112
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
external metrics error #257
Comments
@dudicoco unfortunately the docs are not aligned with the latest release (they are newer). Will try to cut a new release soonish.
True, we don't block this, but some feature won't be available if you define your HPA in |
@mikkeloscar thanks! Can you please elaborate on which features won't be available in |
@mikkeloscar I added a PR to always release merge to master as stackset-controller |
@dudicoco I don't think I can list them all, but my proposal for you would be to look at the docs for the release v0.1.9: https://github.com/zalando-incubator/kube-metrics-adapter/tree/v0.1.9#kube-metrics-adapter These are still in |
@mikkeloscar thank you. It seems that k8s somehow makes both api versions available within the cluster, and automatically converts to the correct format. If you run Comparing the different versions, each has the correct syntax for that API version:
It seems like this makes the two versions somewhat backwards compatible. |
@dudicoco indeed. That is what I meant. The only problem would be if there is a feature used from |
Hi,
We've upgraded from v0.0.5 to v0.1.9 and changed the hpa spec to the following:
We are seeing the following in the logs:
When using the
latest
image tag the error is gone.In addition, it seems that kube-metrics-adapter is still able to collect metrics from hpas in API version autoscaling/v2beta1 , although this API is not supported in the new version.
The text was updated successfully, but these errors were encountered: