KubernetesPodOperator: make pod retention patching explicit#68507
Merged
jscheffl merged 1 commit intoJun 14, 2026
Merged
Conversation
1509a25 to
877e2fd
Compare
1 task
jscheffl
reviewed
Jun 13, 2026
93ee4e2 to
ad61178
Compare
due to phase-based deletion rules.
ad61178 to
f673820
Compare
jscheffl
approved these changes
Jun 14, 2026
pgagnon
pushed a commit
to pgagnon/airflow
that referenced
this pull request
Jun 15, 2026
…ache#68507) due to phase-based deletion rules. Co-authored-by: Sameer Mesiah <smesiah971@gmail.com>
imrichardwu
pushed a commit
to imrichardwu/airflow
that referenced
this pull request
Jun 16, 2026
…ache#68507) due to phase-based deletion rules. Co-authored-by: Sameer Mesiah <smesiah971@gmail.com>
dingo4dev
pushed a commit
to dingo4dev/airflow
that referenced
this pull request
Jun 16, 2026
…ache#68507) due to phase-based deletion rules. Co-authored-by: Sameer Mesiah <smesiah971@gmail.com>
RulerChen
pushed a commit
to RulerChen/airflow
that referenced
this pull request
Jun 16, 2026
…ache#68507) due to phase-based deletion rules. Co-authored-by: Sameer Mesiah <smesiah971@gmail.com>
75 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This change is a small cleanup that was originally intended for PR #61637 but was omitted when that PR was closed.
Rationale
The pod retention logic has been made more explicit to clearly distinguish between pods that are deleted and pods that are intentionally retained due to phase-based deletion rules. No functional behavior is changed.
Backwards Compatibility
No existing defaults are modified, and no public APIs have beem removed or altered.