-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
allow output patch string in edit command #46091
allow output patch string in edit command #46091
Conversation
Hi @xilabao. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
@k8s-bot ok to test |
@k8s-bot kops aws e2e test this |
what about _tests ? |
e58ce3d
to
d467879
Compare
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
test added. @eparis PTAL |
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
@k8s-bot pull-kubernetes-e2e-gce-etcd3 test this |
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
1 similar comment
@k8s-bot pull-kubernetes-federation-e2e-gce test this |
@eparis @fabianofranz kindly ping |
I still don't see any tests to show it is working... |
I add it in the |
d467879
to
08c6a53
Compare
08c6a53
to
29e2bd9
Compare
29e2bd9
to
fe4afa8
Compare
Actually I removed my lgtm, @fabiand do you like |
Let me just explain, the patch is output to stdout, but Need your knowledge and experience, thanks! @fabianofranz @eparis |
Even if I'm not @fabianofranz I do see the point of @xilabao and would also take |
Thanks for your opinion. @fabiand. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fabianofranz, xilabao No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@k8s-bot pull-kubernetes-e2e-gce-etcd3 test this |
2 similar comments
@k8s-bot pull-kubernetes-e2e-gce-etcd3 test this |
@k8s-bot pull-kubernetes-e2e-gce-etcd3 test this |
/retest |
2 similar comments
/retest |
/retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
@xilabao: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Automatic merge from submit-queue (batch tested with PRs 46091, 48280) |
What this PR does / why we need it:
allow user to get the patch from edit command if user is not familiar with the patch format.
Which issue this PR fixes: fixes #47173
Special notes for your reviewer:
Release note: