signalfx / signalfx-k8s-metrics-adapter

Horizontal Pod Autoscaler custom/external metrics provider for Kubernetes that uses SignalFx as the backend
Apache License 2.0
9 stars 15 forks source link

Update autoscaling api version for k8s v1.26+ #31

Closed robert-blackman closed 1 year ago

robert-blackman commented 1 year ago

Hey there, k8s v1.26 removes the v2beta2 autoscaling api. When upgrading to 1.26+, the metrics adapter stops functioning

This PR updates the adapter to use the v2 version of the autoscaling API.