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

chore: adding k8s-update-strategy trait on marlowe-contract template #778

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

renebarbosafl
Copy link
Contributor

This trait will introduce a change on marlowe-contract update strategy, instead of create a new pod before terminating an old one (Default policy, RolloutUpdate), it will terminate the old one before creating a new one (Recreate strategy).

It is needed because with the default policy, the new pods are stuck in ContainerCreating waiting for the EBS volume allocation.

@renebarbosafl renebarbosafl added the No Changelog Required Turns of the check-changelog check label Dec 13, 2023
@renebarbosafl renebarbosafl merged commit 5de2467 into main Dec 13, 2023
6 checks passed
@renebarbosafl renebarbosafl deleted the renebarbosa/contract-update-strategy branch December 13, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Changelog Required Turns of the check-changelog check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants