-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Copy /hack and travis config from contrib repo #2
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
Merged
Conversation
This file contains hidden or 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
For now skipping the verification of flags.
Contributor
|
lgtm |
mmerrill3
pushed a commit
to mmerrill3/autoscaler
that referenced
this pull request
Nov 1, 2017
# This is the 1st commit message: Renaming the interface function to Cleanup() for CloudProvider type # The commit message kubernetes#2 will be skipped: # Removing duplicate field after merge
smarterclayton
pushed a commit
to smarterclayton/autoscaler
that referenced
this pull request
Jun 7, 2018
Add openshift/release Makefile and hack scripts
k8s-ci-robot
pushed a commit
that referenced
this pull request
Sep 19, 2019
pierre-emmanuelJ
added a commit
to exoscale/autoscaler-1
that referenced
this pull request
Aug 28, 2020
…rnetes#2) Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com>
harshagv
pushed a commit
to harshagv/autoscaler
that referenced
this pull request
Aug 5, 2021
# This is the 1st commit message: allow adding annotations for priority-expander configmap # This is the commit message kubernetes#2: [cluster-autoscaler] Publish node group min/max metrics
yaroslava-serdiuk
pushed a commit
to yaroslava-serdiuk/autoscaler
that referenced
this pull request
Feb 22, 2024
Add kueue scheduler and job-controller
mxm-tr
pushed a commit
to mxm-tr/autoscaler
that referenced
this pull request
May 5, 2025
…ages for CDS Merge in K8S/autoscaler from fix/use-kubernatine-docker-images to master * commit 'a9c006c48113b3bc0c5e804f8affe4ab34e72cb1': fix(dockerfile): Use Kubernatine docker images for CDS
This was referenced Jul 9, 2025
Closed
MenD32
added a commit
to MenD32/autoscaler
that referenced
this pull request
Sep 12, 2025
# This is the 1st commit message: feat: added MaxDeletionCandidateStaleness Signed-off-by: MenD32 <amit.mendelevitch@gmail.com> # This is the commit message kubernetes#2: refactor: added description comments for public functions Signed-off-by: MenD32 <amit.mendelevitch@gmail.com> # This is the commit message kubernetes#3: fix: PR comments Signed-off-by: MenD32 <amit.mendelevitch@gmail.com> # This is the commit message kubernetes#4: fix: PR comments Signed-off-by: MenD32 <amit.mendelevitch@gmail.com> # This is the commit message kubernetes#5: fix: PR comments Signed-off-by: MenD32 <amit.mendelevitch@gmail.com> # This is the commit message kubernetes#6: fix: PR comments Signed-off-by: MenD32 <amit.mendelevitch@gmail.com> # This is the commit message kubernetes#7: tests: debugging TestStaticAutoscalerRunOnceWithExistingDeletionCandidateNodes Signed-off-by: MenD32 <amit.mendelevitch@gmail.com> # This is the commit message kubernetes#8: Prevent the binpacking estimator from retrying to add additional nodes when reaching the limits. # This is the commit message kubernetes#9: Use go1.24 for Cluster Autoscaler builds # This is the commit message kubernetes#10: update clusterapi readme with node group limit info this change is adding an extra note to the readme to help users understand how the autoscaler works when it is outside the minimum and mamximum limits. it is being added to help inform users and also because the readme is embedded in clusterapi documentation. # This is the commit message kubernetes#11: Add metric for failed in-place update attempt Signed-off-by: Omer Aplatony <omerap12@gmail.com> # This is the commit message kubernetes#12: Add metric to docs Signed-off-by: Omer Aplatony <omerap12@gmail.com> # This is the commit message kubernetes#13: pricing changes: updated z3 pricing information # This is the commit message kubernetes#14: extract VPA update method # This is the commit message kubernetes#15: Make VPA updates concurrent # This is the commit message kubernetes#16: Add flag for concurrent worker count # This is the commit message kubernetes#17: Backfill unit test for minCheckpoints # This is the commit message kubernetes#18: Extract Checkpoint update method # This is the commit message kubernetes#19: make now a local variable # This is the commit message kubernetes#20: make update checkpoints concurrent # This is the commit message kubernetes#21: use cli parameter for concurrency # This is the commit message kubernetes#22: Increase client-side rate limits by 10x # This is the commit message kubernetes#23: Mention client-side rate limits in concurrent-worker-count flag # This is the commit message kubernetes#24: run generate-flags # This is the commit message kubernetes#25: adapt test for concurrent method # This is the commit message kubernetes#26: make golint happy # This is the commit message kubernetes#27: format imports # This is the commit message kubernetes#28: fix worker context initialization # This is the commit message kubernetes#29: Re-phrase error log for checkpoints-timeout # This is the commit message kubernetes#30: Deprecate min-checkpoints flag and make it a no-op # This is the commit message kubernetes#31: Run `hack/generate-flags.sh` # This is the commit message kubernetes#32: updating the script to handle multi-line flag descriptions # This is the commit message kubernetes#33: Update VPA version.go to 1.5.0 for release # This is the commit message kubernetes#34: Update release instructions with correct sequencing for tags # This is the commit message kubernetes#35: Update VPA default version to 1.4.0 # This is the commit message kubernetes#36: Rewrite TestCloudProvider to use builder pattern
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.
Copy /hack and travis from contrib (with minimal modifications to paths, etc). Skipping verification of flags for now.
Fix gofmt on a few files, so that travis can actually pass.