docs: Physical GPU Passthrough for KubeVirt VMs solution (ACP-53455)#794
Conversation
Add a KB Solution article on enabling physical GPU passthrough for KubeVirt virtual machines on ACP via the NVIDIA GPU Operator cluster plugin (vm-passthrough sandbox mode), covering prerequisites, plugin installation through Marketplace > Cluster Plugins, KubeVirt permittedHostDevices configuration, and VM creation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 41 minutes. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new documentation page describes how to configure Physical GPU passthrough for KubeVirt virtual machines on Alauda Container Platform using the NVIDIA GPU Operator in ChangesPhysical GPU Passthrough Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In
`@docs/en/solutions/Physical_GPU_Passthrough_for_KubeVirt_Virtual_Machines_on_ACP.md`:
- Line 40: Add language specifiers to four fenced code blocks in the Markdown
file to improve syntax highlighting. The GRUB configuration block containing
GRUB_CMDLINE_LINUX needs a bash specifier, the grub2-mkconfig command block
needs a bash specifier, the dmesg command output block needs a bash specifier,
and the JSON output example block containing nvidia.com/GK210GL_TESLA_K80 needs
a json specifier. For each of these code blocks, change the opening triple
backticks from ``` to ```bash or ```json as appropriate based on the content
type.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 239e88e0-68fd-42d0-8483-fe61caa44ea3
📒 Files selected for processing (1)
docs/en/solutions/Physical_GPU_Passthrough_for_KubeVirt_Virtual_Machines_on_ACP.md
Tag the GRUB, grub2-mkconfig, dmesg blocks as bash and the GPU allocatable example output as json for syntax highlighting. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- permittedHostDevices: inspect first, initialize only when unset, and append the GPU via pciHostDevices/- instead of overwriting the whole object or computing an index - removal now targets only the GPU's pciHostDevices entry by index - disableMDevConfiguration: add a pre-check and warning since it is a global feature gate affecting mediated devices / vGPU Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Replace the inline JSON note with a complete kubectl patch command so that, when permittedHostDevices exists without a pciHostDevices array, the append step does not fail on a missing path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Summary
Adds a KB Solution article: Physical GPU Passthrough for KubeVirt Virtual Machines on ACP.
It documents enabling physical GPU passthrough for KubeVirt VMs on ACP via the NVIDIA GPU Operator cluster plugin (
vm-passthroughsandbox mode), replacing the legacy manual procedure from the user manual.Sections:
permittedHostDevicesNotes
kind: SolutionKB article (English only;idauto-generated by build).Jira: ACP-53455
🤖 Generated with Claude Code
Summary by CodeRabbit