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

Implemented taint generation for pods with tolerations #643

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

ellistarn
Copy link
Contributor

@ellistarn ellistarn commented Aug 30, 2021

Issue, if available:
#634

Description of changes:

  • Generate matching taints on nodes for pods that contain tolerations
  • Only OpEquals is supported
  • If OpExists, pod still schedules, but taints aren't generated
  • If Effect isn't specified, generates taints for both NoExecute and NoSchedule
  • Refactored constraints logic to be separated from v1alpha3

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

@netlify
Copy link

netlify bot commented Aug 30, 2021

✔️ Deploy Preview for karpenter-docs-prod canceled.

🔨 Explore the source changes: 4498909

🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/612d1e90da7f5100085e28ac

@ellistarn ellistarn merged commit 1cba909 into aws:main Aug 30, 2021
@ellistarn ellistarn deleted the taints branch August 30, 2021 20:14
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.

2 participants