-
Notifications
You must be signed in to change notification settings - Fork 139
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 dockerd connectivity #520
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matejvasek 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 |
Just draft for now, need to decide what to do with https://github.com/matejvasek/sshdialer Also the code from https://github.com/matejvasek/sshdialer will be used for buildpacks/pack#1259. |
For now this will work with:
|
@zroubalik or @lkingland if you have some spare time could you please try this out on macOS? |
020aec9
to
7e25d0b
Compare
this allows to connect to remote docker deamons via ssh Signed-off-by: Matej Vasek <[email protected]>
7e25d0b
to
41c083e
Compare
k8s.io/api v0.19.7 | ||
k8s.io/apimachinery v0.19.7 | ||
k8s.io/client-go v0.19.7 | ||
k8s.io/api v0.20.6 |
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 don't know why go mod tidy
did this.
Signed-off-by: Matej Vasek <[email protected]>
@matejvasek: PR needs rebase. 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. |
Signed-off-by: Matej Vasek <[email protected]>
SSH
tunnel to remote docker daemons.Useful for instance when connecting to
podman
VM in macOS.resolves #469