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

Implement master update without full update #211

Closed
l0kix2 opened this issue Apr 10, 2024 · 1 comment · Fixed by #245
Closed

Implement master update without full update #211

l0kix2 opened this issue Apr 10, 2024 · 1 comment · Fixed by #245
Assignees
Labels
assigned Issue has an assignee enhancement New feature or request

Comments

@l0kix2
Copy link
Collaborator

l0kix2 commented Apr 10, 2024

Currently master image update requires all other components' pods to be recreated also. It is not always needed, so lets support master update strategy without full update (only master pods should be recreated, but as in full update snapshots should be built).

@l0kix2
Copy link
Collaborator Author

l0kix2 commented Apr 18, 2024

I've separated changes for the issue in 3 PR's for easy of code-reivewing:

  1. UpdateSelector: add field #240 in which where new field is introduced
  2. UpdateSelector: implementation #239 in which new field is supported
  3. UpdateSelector: tests #245 in which tests are added

@chizhonkova chizhonkova added the assigned Issue has an assignee label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Issue has an assignee enhancement New feature or request
Projects
Status: Done
2 participants