-
Notifications
You must be signed in to change notification settings - Fork 199
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
Document krunkit for AI Workloads #2200
Conversation
docs/containers.conf.5.md
Outdated
| Platform | Default | Optional | | ||
| -------- | ------------------------| -------- | | ||
| Linux | QEMU | None | | ||
| Windows | WSL | None | |
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.
HyperV?
pkg/config/containers.conf
Outdated
@@ -886,7 +886,12 @@ default_sysctls = [ | |||
|
|||
# Virtualization provider used to run Podman machine. | |||
# If it is empty or commented out, the default provider will be used. | |||
# | |||
# Linux: QEMU (Default) | |||
# Windows QEMU (Default) |
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.
That's not correct
59e2637
to
6279837
Compare
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
pkg/config/containers.conf
Outdated
# | ||
# Linux: QEMU (Default) | ||
# Windows: there are currently two options: | ||
# WSL2 - Windows Subsystem for Linux (Default) |
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 is not correct we require the use of wsl
not WSL2.
# Mac: there are currently two options: | ||
# vfkit - Default Apple Hypervisor (Default) | ||
# krunkit - Launch virtual machines using the libkrun platform, optimized | ||
# for sharing GPU with the machine. |
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.
there should be an empty comment line here to be consistent with the other descriptions above
docs/containers.conf.5.md
Outdated
| Platform | Default | Optional | | ||
| -------- | ---------------------------------| -------- | | ||
| Linux | QEMU | None | | ||
| Windows | WSL: Windows Subsystem for Linux | HyperV: Windows Server Virtualization | | ||
| Mac | vfkit: Apple Hypervisor | krunkit: Launch machine via libkrun platform, optimized for sharing GPU with the machine | |
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 find this table confusing, as an user it is not obvious what value must be use for provider
IMO. This either needs to highlight what key to use in the table or I think a list like done in containers.conf file might be better suited, especially if we ever were to add a third provider for whatever reason...
Also it may be helpful to point out that the case of the name does not matter because otherwise a user might be wondering if the case is important given all keys are written with a different case here
docs/containers.conf.5.md
Outdated
| Platform | Default | Optional | | ||
| -------- | ---------------------------------| -------- | | ||
| Linux | QEMU | None | | ||
| Windows | WSL: Windows Subsystem for Linux | HyperV: Windows Server Virtualization | | ||
| Mac | vfkit: Apple Hypervisor | krunkit: Launch machine via libkrun platform, optimized for sharing GPU with the machine | |
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.
it is not called vfkit, it must use applehv
same for krunkit, you must use libkrun
as provider name
pkg/config/containers.conf
Outdated
# vfkit - Default Apple Hypervisor (Default) | ||
# krunkit - Launch virtual machines using the libkrun platform, optimized |
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.
same here, wrong provider names
Signed-off-by: Daniel J Walsh <[email protected]>
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: Luap99, rhatdan, vrothberg 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 |
No description provided.