-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix KubernetesPodOperator reattach when not deleting pods (#18070)
This change: - ignores any pods already marked as complete instead of trying to reattach to them. - properly marks all 'finished' unsuccessful pods that won't be deleted. Combined, these allow `is_delete_operator_pod=False` and `reattach_on_restart=True` to function together properly during retries.
- Loading branch information
1 parent
13e7d4a
commit b8d06e8
Showing
2 changed files
with
98 additions
and
3 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