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

[FEATURE] Use the Recreate deployment strategy #121

Closed
s-vitaliy opened this issue Jul 26, 2024 · 0 comments · Fixed by #123
Closed

[FEATURE] Use the Recreate deployment strategy #121

s-vitaliy opened this issue Jul 26, 2024 · 0 comments · Fixed by #123
Assignees
Labels
code/ci-cd CI/CD pipeline feature, bug or request code/tech-debt Features related to tech debt and follow-ups for features and bugs

Comments

@s-vitaliy
Copy link
Contributor

s-vitaliy commented Jul 26, 2024

Description

Now we do not specify the deployment strategy for Operator deployment objects. It can lead to situation when two operators co-exist in the same time and react on the same events simultaneously.

Possible solution

Add .spec.deploymentStrategy=recreate to the Deployment spec.

Alternatives

Leader election (?)

Context

No response

@s-vitaliy s-vitaliy added the code/new-feature New feature or request label Jul 26, 2024
@s-vitaliy s-vitaliy self-assigned this Jul 26, 2024
@s-vitaliy s-vitaliy added code/ci-cd CI/CD pipeline feature, bug or request code/tech-debt Features related to tech debt and follow-ups for features and bugs and removed code/new-feature New feature or request labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/ci-cd CI/CD pipeline feature, bug or request code/tech-debt Features related to tech debt and follow-ups for features and bugs
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant