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

[FVR-182] Restarting Pods Through Deletion #54

Closed
wants to merge 3 commits into from

Conversation

rurkss
Copy link

@rurkss rurkss commented Aug 28, 2024

An alternative approach to restarting StatefulSet-related pods involves removing the pods and letting the StatefulSet controller automatically recreate them. This differs from the previous implementation made in #53.

@rurkss rurkss self-assigned this Aug 28, 2024
@rurkss rurkss marked this pull request as ready for review August 28, 2024 18:25
@rurkss rurkss requested a review from a team as a code owner August 28, 2024 18:25
@rurkss rurkss marked this pull request as draft August 29, 2024 22:01
@rurkss rurkss closed this Aug 30, 2024
rurkss added a commit that referenced this pull request Sep 5, 2024
An alternative approach to restarting StatefulSet-related pods is to
delete the StatefulSet itself and allow the operator to automatically
recreate it during the next reconciliation loop. This differs from the
previous implementation made in
#54

---------

Co-authored-by: Aaron Kuehler <[email protected]>
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.

1 participant