forked from kubernetes/autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 5
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
cluster autoscaler patch cluster autoscaler 1.21.3 airbnb0 #29
Merged
akirillov
merged 16 commits into
cluster-autoscaler-release-1.21-airbnb
from
anton_kirillov--cluster-autoscaler-patch-cluster-autoscaler-1.21.3-airbnb0
Oct 27, 2022
Merged
cluster autoscaler patch cluster autoscaler 1.21.3 airbnb0 #29
akirillov
merged 16 commits into
cluster-autoscaler-release-1.21-airbnb
from
anton_kirillov--cluster-autoscaler-patch-cluster-autoscaler-1.21.3-airbnb0
Oct 27, 2022
Conversation
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
Metrics for AWS API calls
…piles aws: Don't pile up successive full refreshes during AWS scaledowns
…launch-templates cache ASG InstanceTypes for AWS
Use CreateInstances() API when scaling up in GCE cloud provider
implement GetOptions for GCE
implement GetOptions for AWS
…-aws-node-group-no-capacity Early abort if AWS node group has no capacity
Allow specification of multiple expanders
fix expanders unit tests
Add gRPC expander plugin
aws: support arm64 instances
Also set new (non-beta/non-deprecated) labels in buildGenericLabels
Recent changes configured providers to set stable nodes labels names exclusively (ie. LabelTopologyZone and not LabelZoneFailureDomain, etc), with older labels names backfilled at nodeInfos templates generation time (from GetNodeInfoFromTemplate), which isn't invoked from most tests cases. GCE NodePirce() might have been dereferencing potentially missing labels. And run hack/update-gofmt.sh where hack/verify-all.sh fails, to pass CI.
Binpacking can exit without packing all the pods
Create GCE CloudProvider Owners file
…hErrors-no-segfault Don't deref nil nodegroup in deleteCreatedNodesWithErrors
akirillov
changed the base branch from
master
to
cluster-autoscaler-release-1.21-airbnb
October 27, 2022 06:06
bcostabatista
approved these changes
Oct 27, 2022
evansheng
approved these changes
Oct 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is based off the upstream 1.21.3 release and includes the following backports: