-
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
feat(ssh): make debugging ssh show command #10798
feat(ssh): make debugging ssh show command #10798
Conversation
in order to use the SSH variables for other uses, expose these args as a string, which can be used elsewhere
Any reason why a logrus.Debugf() wouldn’t work?
…On Mon, Jun 28, 2021 at 05:43 openshift-ci[bot] ***@***.***> wrote:
[APPROVALNOTIFIER] This PR is *NOT APPROVED*
This pull-request has been approved by: *georgettica
<#10798#>*
To complete the pull request process
<https://git.k8s.io/community/contributors/guide/owners.md#the-code-review-process>,
please assign *vrothberg* after the PR has been reviewed.
You can assign the PR to them by writing /assign @vrothberg in a comment
when ready.
The full list of commands accepted by this bot can be found here
<https://go.k8s.io/bot-commands?repo=containers%2Fpodman>.
Needs approval from an approver in each of these files:
- *OWNERS <https://github.com/containers/podman/blob/master/OWNERS>*
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10798 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCBCYSPYYQHSQ3VO2LDTVA72HANCNFSM47NTD4SQ>
.
|
Co-authored-by: Jhon Honce <jhonce@redhat.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: georgettica The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No reason, just copied from somewhere else in the codebase |
@georgettica, do you want to push this PR forward? |
Sadly no, but I think the feature is a good addition to the tool. |
ill push it over the finish line. thanks @georgettica |
Replaced by #11136 |
A user contributed a one line PR that enabled logging the podman machine ssh command for debug. The user was not able to complete the submission so this PR replaces that. [NO TESTS NEEDED] Replaces containers#10798 Signed-off-by: Brent Baude <bbaude@redhat.com>
A user contributed a one line PR that enabled logging the podman machine ssh command for debug. The user was not able to complete the submission so this PR replaces that. [NO TESTS NEEDED] Replaces containers#10798 Signed-off-by: Brent Baude <bbaude@redhat.com>
EDIT: needs also support on adding the debug flag to the
podman machine ssh
commandin order to use the SSH variables for other uses, expose these args as a string, which can be used elsewhere
I wanted to build a container but I got the error:
so I wanted to copy the docker file and the repo that came with it into the VM
which I was able to do
also I am now stuck on running
I can create an issue if needed
(specs of my machine will be given upon request)
I am using macOS