Motivation
The V2 motivation has behind a feature flag for some time now. Since we have reasonable confidence that it's stable and an improvement over V1, we should turn it on by default.
Steps
- Add the DeprecatedAPI annotation to the V1 class
- Add a deprecation warning in the V1 constructor
- Change the default in
cluster_autoscaler/__init__.py