-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What would you like to be added:
Support verticalpodautoscalers/v1
Why is this needed:
Since vertical pod autoscalers CRD has been updated from v1beta2 to v1, kube-state-metrics should support new version of API. (release note)
Describe the solution you'd like
Generate client codes from version v1
and modify the dependencies.
The legacy client dependency is v1beta2
, below is one of them I found.
vpaautoscaling "k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1beta2" |
Additional context
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.