Rancher: 2.6.13 (baremetal, 13 nodes)
k8s: v1.23.16
I’m trying to apply an helm using autoscaling/v2
api, but no luck.
Checking api versions, this version is effectively missing:
❯ kubectl api-versions | grep autoscaling
autoscaling/v1
autoscaling/v2beta1
autoscaling/v2beta2
But autoscaling/v2
is meant to be present since k8s v1.23.0.
How could I make this api available?
Thank you