-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix related image environment variable discovery #5639
Fix related image environment variable discovery #5639
Conversation
66e204f
to
dc99a42
Compare
8162309
to
55dfa37
Compare
b916f3d
to
0b1e41c
Compare
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
3015115
to
13001fc
Compare
/lgtm |
@ryantking crap, I think this needs a changelog. |
The related image discovery feature currently only reads environment variables from the manager container. This was causing an error when the deployment labels or container name that was expected were not present. This fixes that by collecting related images from all containers across all deployments. This change also enables users to use related images in other containers since related images from everywhere will be considered. Signed-off-by: Ryan King <[email protected]>
13001fc
to
58e91a5
Compare
/lgtm |
/cherry-pick v1.19.x |
@ryantking: new pull request created: #5656 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…5639) The related image discovery feature currently only reads environment variables from the manager container. This was causing an error when the deployment labels or container name that was expected were not present. This fixes that by collecting related images from all containers across all deployments. This change also enables users to use related images in other containers since related images from everywhere will be considered. Signed-off-by: Ryan King <[email protected]> Signed-off-by: Venkat Ramaraju <[email protected]>
…amework#5639)" This reverts commit 2f9f680.
The related image discovery feature currently only reads environment
variables from the manager container. This was causing an error when the
deployment labels or container name that was expected were not present.
This fixes that by collecting related images from all containers across
all deployments.
This change also enables users to use related images in other containers
since related images from everywhere will be considered.
Signed-off-by: Ryan King [email protected]