forked from cloudnative-pg/cloudnative-pg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure pods with no ownership are deleted during cluster restore (…
…cloudnative-pg#4141) This patch addresses an issue that results in the cluster recreation process getting stuck due to the presence of orphan Pods when the recreation is initiated from PVC. The problem arises because these orphan Pods persist, preventing the operator from recreating them with the correct specifications. With this patch applied, orphan Pods will be removed before the cluster recreation process. Signed-off-by: Armando Ruocco <[email protected]> Signed-off-by: Leonardo Cecchi <[email protected]> Co-authored-by: Leonardo Cecchi <[email protected]>
- Loading branch information
1 parent
cf6ef7b
commit cf9cc3f
Showing
2 changed files
with
80 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters