generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pod reconciler to handle race conditions in exclusive placement (
#342) * update pod reconciler to handle race conditions in exclusive placement * add comments explaining the purpose of the reconciler and the algorithm used * only reconcile scheduled leader pods using exclusive placement; only delete follower pods when there is a placement violation * don't send status update again if the pod already has the condition * address comments * filter deleted pods * debugging * revert last commit * test * debug * more debug * debug 3 * remove debug logs * webhook logs at higher log level * fix comments
- Loading branch information
1 parent
39827b9
commit d49514b
Showing
4 changed files
with
215 additions
and
14 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
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