chore: sync with upstream kubernetes-sigs/karpenter main#3
Open
jeremywgleeson wants to merge 6 commits intomainfrom
Open
chore: sync with upstream kubernetes-sigs/karpenter main#3jeremywgleeson wants to merge 6 commits intomainfrom
jeremywgleeson wants to merge 6 commits intomainfrom
Conversation
…eps group (kubernetes-sigs#2845) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kubernetes-sigs#2656) Co-authored-by: Jason Deal <jmdeal@amazon.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
3 tasks
Pull Request Test Coverage Report for Build 23100449680Details
💛 - Coveralls |
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
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.
chore: sync with upstream kubernetes-sigs/karpenter main
Summary
Fast-forwards
exa-labs/karpentermain to match upstreamkubernetes-sigs/karpentermain. Brings in 6 upstream commits:feat: add a nodepool cost metric 2 (#2847)— newClusterCosttracker inpkg/controllers/state/informer/cost/with per-nodepool and cluster-wide cost metricsdocs(rfc): add grace period support for do-not-disrupt pod annotation (#2656)— design doc for time-limitedkarpenter.sh/do-not-disruptvalues (e.g."4h")chore: show nodepools when showing disruption commands (#2862)chore: add minDrainTime (#2709)chore: bump go to 1.26.1 (#2904)chore(deps): bump golang.org/x/text from 0.33.0 to 0.34.0 (#2845)No exa-specific code on main was modified — origin/main was a direct ancestor of upstream/main, so this is a clean fast-forward.
Review & Testing Checklist for Human
jeremy/rolling-restart-consolidationbranch rebases cleanly onto this updated main (particularlypkg/controllers/disruption/types.goandpkg/controllers/state/statenode.gowhich are touched by both the cost metric feature and rolling restart)karpenter.yamlbuild workflow (currently usesgo-version: "1.22"— may need updating)karpenter-provider-awsfork'sgo.modreplace directive (replace sigs.k8s.io/karpenter => ../base) still resolves after this updateNotes