forked from scylladb/scylla-operator
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
member service: ensure service is well deleted when pod is decommission
When a pod is decommission a DecommissionLabel set at true is added by the sidecar operator on the service. Then the operator delete this service during cleanup stage. But the pod can still be alive which leads to the recreation of this service in syncMemberServices without the DecommissionLabel Due to that the service cannot be the service can be never reclaimed
- Loading branch information
Showing
1 changed file
with
20 additions
and
7 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