-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ci lint refactor: cloudprovider HasInstance should use case sensitive instance group lookup feat: using NodeGroupForNode for the azure provider has instance implementation fix: ci lint fix: ci wip: HasInstance impl based on a fork of NodeGroupForNode refactor: refactoring tests and sharing validation between ngfornode + hasinstance test: removing commented out test ci: fix formatting fix: properly handling unmanaged nodes fix: removing unused helper fix: using provider id to get scaleset name fix: putting items into the set as lowercase to avoid mismatch in lookup Update cluster-autoscaler/cloudprovider/azure/azure_cloud_provider.go Co-authored-by: Alex Leites <[email protected]> fix: always fallback if we are unsure an instance is in the cache test: adding back in TestNodeGroupForNodeWithNoProviderID refactor: removing log lines since this will spam for non-autoscaled nodes refactor: removing dead code fix: simplifying logic since we no longer distinguish on delete Update cluster-autoscaler/cloudprovider/azure/azure_cache.go test: renaming test to better reflect the scenario Update cluster-autoscaler/cloudprovider/azure/azure_cache.go Co-authored-by: Alex Leites <[email protected]> refactor: removing shared helpers since they are no longer shared and didnt make any sense in the first place refactor: removing unused code and adding a test for has instance happy path Update cluster-autoscaler/cloudprovider/azure/azure_cache.go ci: lint Update cluster-autoscaler/cloudprovider/azure/azure_cache.go Co-authored-by: Alex Leites <[email protected]>
- Loading branch information
1 parent
fb80743
commit 230b51a
Showing
3 changed files
with
218 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters