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 deployment strategy #196

Merged
merged 1 commit into from
Jan 23, 2023
Merged

support for deployment strategy #196

merged 1 commit into from
Jan 23, 2023

Conversation

iiTidgex
Copy link
Contributor

@iiTidgex iiTidgex commented Jan 20, 2023

Fixes Issue

When changing a value in the values file and run upgrade command... both pods remaining running. The old one doesn't terminate and the new one can't start because of Multi-attach error. Same issue as here:
helm/charts#12057

Changes proposed

Added support for to change the strategy used to replace old Pods by new ones.

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • The title of my pull request is a short description of the requested changes.

Note to reviewers

Intended to fix the same issue as described here -> helm/charts#12057

@toddtee
Copy link
Contributor

toddtee commented Jan 23, 2023

I actually was fighting with the PV claims holding up updates as well. @iiTidgex, were you able to test this change out and verify the pods update nicely? 😄

@undera undera merged commit 23cfd2d into komodorio:main Jan 23, 2023
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.

None yet

3 participants