-
Notifications
You must be signed in to change notification settings - Fork 348
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
Dynamically determine image of plugins #1192
Dynamically determine image of plugins #1192
Conversation
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.
Let's clarify my comments.
nodes: | ||
- role: control-plane | ||
image: sonobuoy/kind-node:v1.19.0 | ||
image: &kind_node_image kindest/node:v1.19.3 |
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.
Why this change to &kind_node_image kindest/node...
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.
I thought it'd be more helpful to make sure that the control-plane
and worker
nodes have consistent versions, instead of manually ensuring they are the same.
Signed-off-by: Wilson E. Husin <[email protected]>
Signed-off-by: Wilson E. Husin <[email protected]>
- merged images_dynamic.go to images.go - eventually the delta is just new private functions Signed-off-by: Wilson E. Husin <[email protected]>
Signed-off-by: Wilson E. Husin <[email protected]>
Signed-off-by: Wilson E. Husin <[email protected]>
Signed-off-by: Wilson E. Husin <[email protected]>
I'm not sure why we want to maintain yet another image Signed-off-by: Wilson E. Husin <[email protected]>
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.
LGMT
What this PR does / why we need it:
e2e.test -list-images
Which issue(s) this PR fixes
Special notes for your reviewer:
We may not need to do
docker run --rm
every time by caching the results. However, I think that's best addressed in a separate PR as we have discussed about having externalized persistent config.TODO :
cmd/sonobuoy/app/images_dynamic_test.go
Release note: