-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area/cluster-autoscalerarea/dependencyIssues or PRs related to dependency changesIssues or PRs related to dependency changesarea/provider/azureIssues or PRs related to azure providerIssues or PRs related to azure providerkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
The Azure backend to cluster-autoscaler is using an older version of the Azure SDK v2 package for armcontainerservice (AKS).
autoscaler/cluster-autoscaler/go.mod
Line 11 in b64817b
| github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v5 v5.1.0-beta.2 |
We should update this to the currently supported API version (v8 right now), but there are breaking code changes.
Metadata
Metadata
Assignees
Labels
area/cluster-autoscalerarea/dependencyIssues or PRs related to dependency changesIssues or PRs related to dependency changesarea/provider/azureIssues or PRs related to azure providerIssues or PRs related to azure providerkind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.