-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
commands/.../test/local,pkg/test: add image flag to test local #768
commands/.../test/local,pkg/test: add image flag to test local #768
Conversation
4bbdfe6
to
99a96b2
Compare
99a96b2
to
1241f4e
Compare
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'm ok with the idea, one question.
acb15d8
to
d1bc3a4
Compare
@AlexNPavel Can we add a one line explanation and example usage of this flag in the writing-e2e-tests doc? |
504e3ff
to
23928a2
Compare
@hasbro17 Added documentation |
23928a2
to
d57cad2
Compare
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 after nit.
Description of the change: Adds a
--image
flag to thetest local
subcommand. Currently only supports 1 deployment with 1 container (we may add support for multi-deployment, multi-container manifests in the future, but it would also require more flags from the user to identify which image needs to be replaced).Motivation for the change: See #746
Resolves #746
cc @awgreene