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: add tolerations during reset pod creation #369

Closed

Conversation

SamyDjemai
Copy link

@SamyDjemai SamyDjemai commented Nov 6, 2024

What

While replication pods took tolerations into consideration, reset pods were created without tolerations, which resulted in Pending pods due to node taints.

How

Create reset pods with provided tolerations, just like replication pods. Closes airbytehq/airbyte#48380

Recommended reading order

  1. airbyte-workload-launcher/src/main/kotlin/pods/factories/ReplicationPodFactory.kt

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@CLAassistant
Copy link

CLAassistant commented Nov 6, 2024

CLA assistant check
All committers have signed the CLA.

@abuchanan-airbyte
Copy link
Contributor

Applied in 84a7536

Sorry, I wasn't familiar with the process for how we apply changes from PR to the platform (it's not a simple merge), so the commit shows up under my name.

@SamyDjemai
Copy link
Author

No problem, thanks!

@SamyDjemai SamyDjemai deleted the fix/createreset-tolerations branch November 8, 2024 09:40
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.

Reset pods are created without tolerations
3 participants