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

[IBCDPE-1004] Pull back to single AZ #30

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

BryanFauble
Copy link
Contributor

Problem:

  1. EBS volumes being used for mounted storage within the EKS cluster can only be re-mounted in the same AZ that it was created in. This is a problem as Spot IO when it provisions new nodes for the clusters does not use this context to know when to provision another cluster in the appropriate AZ. This leads to pods being stuck in pending and not scheduled.

Solution:

  1. Fall back to a single AZ for now. Later on we'll determine a more robust solution to span AZs for High availability.

@BryanFauble BryanFauble requested a review from a team as a code owner August 22, 2024 18:39
Copy link
Contributor

@thomasyu888 thomasyu888 left a comment

Choose a reason for hiding this comment

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

🔥 LGTM!

@BryanFauble BryanFauble merged commit 1010c00 into main Aug 22, 2024
3 of 4 checks passed
@BryanFauble BryanFauble deleted the ibcdpe-1004-pull-back-to-1-az branch August 22, 2024 18:41
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