-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deployer pod state update (#431)
Pod status won't be updated correctly due to timestampe check. The pod creation time won't change once it's set although the pod status can change. Therefore, checking creation time to check whether or not to decide status update prevents the correct status update. The modified code updates the status regardless of timestamp.
- Loading branch information
Showing
1 changed file
with
23 additions
and
16 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