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

Support for sequential Conduit updates #555

Closed
zolug opened this issue Feb 20, 2025 · 0 comments
Closed

Support for sequential Conduit updates #555

zolug opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@zolug
Copy link
Collaborator

zolug commented Feb 20, 2025

Is your feature request related to a problem? Please describe.
When multiple Conduits are updated at once (for example part of a version upgrade) it might be desirable to serialize these updates so that only 1 Conduit would be affected at a time. This could be beneficial for example if 2 Conduits are used to accomplish a communication model with a "primary" and a "secondary" fallback path.

Describe the solution you'd like
The feature should be implemented in the Operator. Conduit Custom Resources could be optionally grouped based on the value of a dedicated annotation. By using a locking mechanism, the Operator could ensure that only one Conduit from the same group processes updates at a time.

Describe alternatives you've considered
The Conduit Custom Resource mostly translates to a DaemonSet implementing the Proxy logic. There seems to be no kubernetes native way of coordinating updates between separate DaemonSets.

@zolug zolug added the kind/enhancement New feature or request label Feb 20, 2025
@zolug zolug added this to Meridio Feb 20, 2025
@zolug zolug moved this to 🏗 In progress in Meridio Feb 20, 2025
@zolug zolug changed the title Support for serialized Conduit updates Support for sequential Conduit updates Feb 21, 2025
@zolug zolug moved this from 🏗 In progress to 👀 In review in Meridio Feb 21, 2025
@zolug zolug self-assigned this Mar 13, 2025
@zolug zolug closed this as completed Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
Status: 👀 In review
Development

No branches or pull requests

1 participant