generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
What would you like to be cleaned:
Currently we are using finalizers for Pods managed by StatefulSet, because we are using Pod groups. However,
Why is this needed:
- to improve performance
- to reduce confusion : is it needed or not?
- to eliminate code complication related to removal of finalizers, see: StatefulSet pod reconciliation improvement #8268
Metadata
Metadata
Assignees
Labels
kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.