-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 play kube command #3588
Fix play kube command #3588
Conversation
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, mheon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
4df4614
to
b90cad1
Compare
Before, play kube wasn't properly setting the command. Fix this Also, begin a dedicated test suite for play kube to catch regressions like this in the future Signed-off-by: Peter Hunt <[email protected]>
b90cad1
to
6f35a57
Compare
happy green tests @rhatdan @vrothberg @TomSweeneyRedHat @QiWang19 @mheon PTAL |
LGTM on my side. Like seeing integration tests. |
/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.
Nice fix, @haircommander 💯
@haircommander This fix was broken again in Podman v1.5.0. |
How so? Can you file an issue?
…On Wed, Aug 14, 2019, 02:02 Chen Zhiwei ***@***.***> wrote:
@haircommander <https://github.com/haircommander> This fix was broken
again in Podman v1.5.0.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3588>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3AOCECK7S3ZYCJG7RWVGTQEONXRANCNFSM4IESQBOA>
.
|
Before, play kube wasn't properly setting the command. Fix this
Also, begin a dedicated test suite for play kube to catch regressions like this in the future
Begins to fix #3286
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1729369
Signed-off-by: Peter Hunt [email protected]