cortex-tenant
cortex-tenant copied to clipboard
Helm chart requires v2beta2 of autoscale API fails to deploy on recent clusters
trafficstars
Now v2 on recent clusters. Workaround is to disable autoscaler
Similar issue with PodDistruptionBudget
I replaced "v1beta1" by "v1" on pdb kind, we need to implement a k8s version check to select the good api path.