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

Made it possible to keep statefulsets off preemptible nodes #1842

Merged
merged 2 commits into from Nov 8, 2018

Conversation

AlexGilleran
Copy link
Contributor

What this PR does

Adds antiPreemptibleAffinity config option to help for elasticsearch and postgres. Pods that have this affinity set will avoid being scheduled on preemptible pods whenever possible.

I've also added a single non-preemptible node to the dev cluster and made the dev config use this value. So hopefully this means less up-and-down for our statefulsets in dev. Preview statefulsets will continue to be on preemptible infrastructure.

Checklist

  • There are unit tests to verify my changes are correct or unit tests aren't applicable
  • I've updated CHANGES.md with what I changed.

Copy link
Contributor

@t83714 t83714 left a comment

Choose a reason for hiding this comment

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

👍

@t83714 t83714 merged commit b27b2c7 into master Nov 8, 2018
@t83714 t83714 deleted the make-dev-statefulsets-sit-on-non-preemptible-node branch November 8, 2018 04:16
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