Skip to content
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

fix: cycle through pods multiple times as required when scheduling #2690

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

tzneal
Copy link
Contributor

@tzneal tzneal commented Oct 19, 2022

Description

This is a minor fix, but allows us to schedule to lager nodes in the case where pods have inter-dependencies that can be satisfied as long as they are scheduled in the correct order. There was a test for this, but the test was incorrect in that it didn't actually verify that the pods scheduled.

How was this change tested?

  • Unit testing & deployed to EKS.

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tzneal tzneal requested a review from a team as a code owner October 19, 2022 13:37
@netlify
Copy link

netlify bot commented Oct 19, 2022

Deploy Preview for karpenter-docs-prod canceled.

Name Link
🔨 Latest commit b461cc3
🔍 Latest deploy log https://app.netlify.com/sites/karpenter-docs-prod/deploys/634fff76cfaf500008262cca

This is a minor fix, but allows us to schedule to lager nodes in the case where
pods have inter-dependencies that can be satisfied as long as they are
scheduled in the correct order. There was a test for this, but the test was
incorrect in that it didn't actually verify that the pods scheduled.
Copy link
Contributor

@ellistarn ellistarn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@tzneal tzneal merged commit 21edfad into aws:main Oct 19, 2022
@tzneal tzneal deleted the fix-schedule-issue branch October 19, 2022 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants