Fixed
Status Update
Comments
mi...@gmail.com <mi...@gmail.com> #2
Any progress on this?
I just checked the latest GKE version (1.13.7-gke.8) and it's still not enabled :(
I'm a maintainer of thehttps://github.com/zalando-incubator/kube-metrics-adapter project and would like to be able to support users of GKE. We could ofc. do changes on our side to accommodate this limitation in GKE, but I would appreciate if this can be fixed in GKE instead.
I just checked the latest GKE version (1.13.7-gke.8) and it's still not enabled :(
I'm a maintainer of the
mi...@thoughtmachine.net <mi...@thoughtmachine.net> #3
I'd be interested in this as well, could we make this happen?
gu...@gmail.com <gu...@gmail.com> #4
Any updates?
ya...@geomagical.com <ya...@geomagical.com> #5
Updates? this really feels like GCP is lagging behing a lot in terms of metrics!
mi...@metarouter.io <mi...@metarouter.io> #6
Looking for an update here as well.
ro...@rewe-group.com <ro...@rewe-group.com> #7
+1
[Deleted User] <[Deleted User]> #8
+1
ha...@gmail.com <ha...@gmail.com> #9
Any update on this? Why is GKE so far behind?
jo...@google.com <jo...@google.com>
gu...@gmail.com <gu...@gmail.com> #11
#10: v2beta1 doesn't support taking into account multiple scaling metrics. So it is not super useful to be honest.
da...@we-riot.com <da...@we-riot.com> #12
#11 https://godoc.org/k8s.io/api/autoscaling/v2beta1#HorizontalPodAutoscalerSpec but it does, the difference between v2beta1 and v2beta2 is in the ways you can describe the targets, example:
https://godoc.org/k8s.io/api/autoscaling/v2beta1#ExternalMetricSource
https://godoc.org/k8s.io/api/autoscaling/v2beta2#ExternalMetricSource
v2beta2 is a bit more descriptive and you can have AverageUtilization as well as Value and AverageValue
v2beta2 is a bit more descriptive and you can have AverageUtilization as well as Value and AverageValue
jo...@google.com <jo...@google.com> #13
I've enabled the v2beta2 in the upcoming GKE 1.16 version (no timeline yet). I also backported the change to 1.15.5 which will become available after 1.15 goes GA, hopefully soon.
My recommendation is to wait for 1.15.5 to become available and upgrade if you need autoscaling v2beta2.
My recommendation is to wait for 1.15.5 to become available and upgrade if you need autoscaling v2beta2.
ch...@pluralsight.com <ch...@pluralsight.com> #14
I just upgraded a cluster from 1.15.4 to 1.15.7 and can confirm the addition of autoscaling/v2beta2 (though I did not test it via autoscaler).
Description
What you would like to accomplish: Please enable the HPA autoscaling API version V2beta2 in GKE 1.12.
How this might work: This is blocking [1] to work in GKE 1.12 since looks for the version v2beta2 API of HPA autoscaling.
[1]
If applicable, reasons why alternative solutions are not sufficient: The adapter would not work if the right API version is available in the cluster.
Other information (workarounds you have tried, documentation consulted, etc): This is [2] a related open issue in Github
[2]