signalfx / signalfx-k8s-metrics-adapter

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

Update examples to use the current autoscaling API #9

Closed therealdwright closed 4 years ago

therealdwright commented 4 years ago

There are some structural changes to the HPA objects required to support the most recent version of the HorizontalPodAutoscaler running on autoscaling/v2beta2.

This PR aims to address these structural changes to save other times as the documentation linked in the ReadMe references documentation using the v2beta2.

This has been tested on Kubernetes version 1.15.2 for all 3 examples that have been updated.

mstumpfx commented 4 years ago

Thanks for the PR @TheRealDwright !