-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 in pod yaml #3809
Fix play kube command in pod yaml #3809
Conversation
Hi @chenzhiwei. Thanks for your PR. I'm waiting for a containers or openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Can one of the admins verify this patch?
|
3be9f95
to
f1f349c
Compare
LGTM, @mheon I wonder why this wasn't caught in tests 🤔 |
bot, add author to whitelist |
@chenzhiwei I am trying to write a test case that replicates the problem, but can't on the current master. if I have the kube yaml:
and play kube with it, I can then run How did you find this problem? |
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.
This smells like a bad merge somewhere....
LGTM, if we could add a test, either in this PR or another to watch for another regression, it would probably be a good idea. |
and forgot the most important thing, Thanks @chenzhiwei ! |
@haircommander Which version did you use? Mine is:
And use your yaml file, I got:
|
Oh, oops. This won't trigger on run - instead it'll blank out CMD on commit
of the image (and on inspect).
…On Wed, Aug 14, 2019, 09:04 Tom Sweeney ***@***.***> wrote:
***@***.**** commented on this pull request.
This smells like a bad merge somewhere....
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3809>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3AOCAB2Y5HRQ4UQ2KP3ELQEP7D7ANCNFSM4ILR3CEA>
.
|
@chenzhiwei confirmed ps shows the wrong output. This has the side effect of a regression in generate kube where the command isn't properly set... I have a test case attached, can you apply it with |
f1f349c
to
e141cf2
Compare
haha whoops, you'll need to run |
LGTM assuming the test passes :) thanks a bunch @chenzhiwei |
Signed-off-by: Chen Zhiwei <[email protected]>
e141cf2
to
fb9e1d7
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chenzhiwei, 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 |
@haircommander Sorry, I did not verify the final result, it was just a display error. I have vim-go installed, usually there should be no format error, but for this patch I did not use vim to edit it. :( |
no worries at all 😃 |
/lgtm |
This PR fixes the play kube can't recognize
command
setting in pod yaml file.The initial issue was fixed in: #3588
But it was introduced again in: #3744
/assign @haircommander @mheon