Allow xcom sidecar container image to be configurable#26766
Merged
dstandish merged 61 commits intoapache:mainfrom Nov 9, 2022
Merged
Allow xcom sidecar container image to be configurable#26766dstandish merged 61 commits intoapache:mainfrom
dstandish merged 61 commits intoapache:mainfrom
Conversation
This should be valid until the code is actually removed from the codebase.
This should be valid until the code is actually removed from the codebase.
a82cb8d to
cf0c9a6
Compare
dstandish
requested changes
Sep 30, 2022
potiuk
approved these changes
Nov 6, 2022
Member
potiuk
left a comment
There was a problem hiding this comment.
LGTM. But we need to wait for @dstandish's re-review.
Contributor
Author
|
@dstandish @XD-DENG Any we can get this merged? Thanks in advance. |
Contributor
|
ok lemme look |
dstandish
reviewed
Nov 8, 2022
Contributor
dstandish
left a comment
There was a problem hiding this comment.
mainly one docs reqeust
Co-authored-by: Daniel Standish <[email protected]>
Co-authored-by: Daniel Standish <[email protected]>
dstandish
approved these changes
Nov 9, 2022
dstandish
added a commit
to astronomer/airflow
that referenced
this pull request
May 12, 2023
We probably should not be configuring xcom settings from the hook in this way but for better or worse we've done it, first in apache#26766 and again in apache#28125. The problem is that other operators derived from KPO, e.g. GKEStartPodOperator, may use a different hook that doesn't have this xcom-specific methods. So KPO needs to tolerate that.
|
Hello, is this PR in any version released? I can't find the changes in the current version 2.6.3 or in the main-branch. |
2 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.
Closes #10605.
Adding a configurable image value to the
KubernetesHookwhich is used byPodDefaults.SIDECAR_CONTAINER.imagewill allow both:alpine:latestimage with a specific tag.