-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autoscaling is failing in 1.27 clusters #191
Comments
Autoscaler1.27 is failing to get the list of |
What do you think? |
Checking for depracted APIs can be done with pluto,KubePug,KubeNoTrouble and kubent. This will help prevent this problems in the future and can be integrated in the CI workflow. Checking the deprecation guide is a good idea anyway before declaring a version as stable: https://kubernetes.io/docs/reference/using-api/deprecation-guide/ |
@okozachenko1203 i think this is the use case to look at this: if we implement the addons to be managed, this means we can use helm charts to deploy them and we can just use helm values to manage state/etc. perhaps we can work on that effort first, and then we start managing those cluster addons at that point using the provider, and potentially even start moving the autoscaler into the cluster itself too and manage it via an addon provider. |
To support 1.27, we need to bump autoscaler chart to 9.29.1.
The text was updated successfully, but these errors were encountered: