-
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
Add API forwarding support for HyperV #20878
Add API forwarding support for HyperV #20878
Conversation
9ae7603
to
13ade67
Compare
@n1hility @jeffmaury PTAL. Tested and it seems to work for me. |
Cockpit tests failed for commit 13ade675756ecc201cafac720cf61f3a93fdcbad. @martinpitt, @jelly, @mvollmer please check. |
Yup, that's a regression in criu in podman-next. We see it in our nightly runs against podman-next as well, it fails on the same "criu restore" check. I'll investigate/report on Monday. |
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.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashley-cui, giuseppe 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 |
LGTM but I add to add ssh-keygen to get the machine created |
13ade67
to
d3ec86f
Compare
Sorry this one fell through the cracks for me and the very late review. This LGTM This is not a blocker at all, but just mentioning to factor in / consider for the future. Since the hyperv code uses gvproxy for ssh routing / port forwarding, if we wanted to save a process and drop usage of win-sshproxy the ssh options on gvproxy could be used for this purpose instead (like what we do on mac). It's still a trade-off to some extent since it would mean differences between the hyperv and wsl code. |
/lgtm |
I have 2 remarks:
|
@ashley-cui needs a rebase |
d3ec86f
to
f1315f0
Compare
f1315f0
to
7641302
Compare
Updated, thanks!
This is another followup issue, where the parsing of mounts on HyperV requires absolute paths. Will address this later. |
e2b1f5d
to
be94081
Compare
Provides Docker API client access, allowing compose to work by default for HyperV. Basically the HyperV equiv of the work done here by containers#12916. [NO NEW TESTS NEEDED] Signed-off-by: Ashley Cui <[email protected]>
be94081
to
e3f167f
Compare
Should be good to go, I think the mac failure is unrelated. |
/lgtm |
/unhold |
3b18c77
into
containers:main
/cherry-pick v4.8 |
@ashley-cui: #20878 failed to apply on top of branch "v4.8":
In response to this:
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. |
Provides Docker API client access, allowing compose to work by default for HyperV. Basically the HyperV equiv of the work done here by #12916.
[NO NEW TESTS NEEDED]
Closes #20761