cortex-tenant icon indicating copy to clipboard operation
cortex-tenant copied to clipboard

Helm chart requires v2beta2 of autoscale API fails to deploy on recent clusters

Open cydergoth opened this issue 2 years ago • 1 comments
trafficstars

Now v2 on recent clusters. Workaround is to disable autoscaler

Similar issue with PodDistruptionBudget

cydergoth avatar Aug 15 '23 18:08 cydergoth

I replaced "v1beta1" by "v1" on pdb kind, we need to implement a k8s version check to select the good api path.

Ronan-WeScale avatar Aug 16 '23 07:08 Ronan-WeScale