-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic reconciliation between executor RunState and kubernetes (#2604
) * Tidy pod_issue_handler This is largely a noop with a few minor changes - Move logging to happen before action is taken - Add logging for when issues self resolve - Don't break out of detectPodIssues - so we can detect more than 1 issue per round - * Add basic reconciliation between executor RunState and kubernetes We can get into the state where the executor RunState thinks there is an active run - but there is no pod backing the run The result of this is that the run can never finish (as there is no pod) and will stay in Pending/Running forever This PR just adds some basic reconciliation so if there is no pod backing the RunState then an action will be taken
- Loading branch information
1 parent
c6466da
commit d59732a
Showing
7 changed files
with
355 additions
and
98 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
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
Oops, something went wrong.