Update Arm64 feature gate status for ExpandDisks, HotplugVolumes, GPUGate, and HostDevicesGate#951
Update Arm64 feature gate status for ExpandDisks, HotplugVolumes, GPUGate, and HostDevicesGate#951Alexdbsdfs wants to merge 2 commits intokubevirt:mainfrom
Conversation
Fix duplicate 'may be' in hotplug_volumes.md Signed-off-by: dingbo <156674508+Alexdbsdfs@users.noreply.github.com>
summary Update Arm64 feature gate status for the following items: ExpandDisksGate → supported (CDI is required) HotplugVolumesGate → supported (depends on CDI and DataVolume) GPUGate → verified (requires a GPU device) HostDevicesGate → verified (requires GPU or sound card) Reason These features have been validated on Arm64 and the status in the documentation was outdated. This PR updates the table accordingly. Thanks! Signed-off-by: dingbo <156674508+Alexdbsdfs@users.noreply.github.com>
|
Hi @Alexdbsdfs. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
aburdenthehand
left a comment
There was a problem hiding this comment.
Thanks for the PR and for your patience @Alexdbsdfs
I just have a couple of capitalization nits.
@zhlhahaha Can you please take a look?
| FEATURE GATE | STATUS | NOTES | ||
| -- | -- | -- | ||
| ExpandDisksGate | Not supported yet| CDI is needed | ||
| ExpandDisksGate | supported | CDI is needed |
There was a problem hiding this comment.
| ExpandDisksGate | supported | CDI is needed | |
| ExpandDisksGate | Supported | CDI is needed |
| GPUGate | verified | Need GPU device | ||
| HostDevicesGate | verified | Need GPU or sound card |
There was a problem hiding this comment.
| GPUGate | verified | Need GPU device | |
| HostDevicesGate | verified | Need GPU or sound card | |
| GPUGate | Verified | Need GPU device | |
| HostDevicesGate | Verified | Need GPU or sound card |
| SnapshotGate | Supported | Need snapshotter support https://github.com/kubernetes-csi/external-snapshotter | ||
| VMExportGate | Partially supported | Need snapshotter support https://kubevirt.io/user-guide/operations/export_api/, support exporting pvc, not support exporting DataVolumes and MemoryDump which rely on CDI | ||
| HotplugVolumesGate | Not supported yet | Rely on datavolume and CDI | ||
| HotplugVolumesGate | supported | Rely on datavolume and CDI |
There was a problem hiding this comment.
| HotplugVolumesGate | supported | Rely on datavolume and CDI | |
| HotplugVolumesGate | Supported | Rely on datavolume and CDI |
|
/lgtm |
|
PR needs rebase. DetailsInstructions 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-sigs/prow repository. |
|
Pull requests that are marked with After that period the bot marks them with the label /label needs-approver-review |
What this PR does / why we need it:
Updates the Arm64 feature gate status table in the user guide.
The following feature gates have been validated on Arm64, and the documentation is updated accordingly:
ExpandDisksGate → supported (CDI required)
HotplugVolumesGate → supported (depends on CDI and DataVolume)
GPUGate → verified (requires a GPU device)
HostDevicesGate → verified (requires GPU or sound card)
This change keeps the Arm64 feature gate documentation accurate and up-to-date.
Which issue(s) this PR fixes:
Fixes: N/A
Special notes for your reviewer:
Only documentation changes; no functional code is modified.
Release note:
Update Arm64 feature gate status for ExpandDisksGate, HotplugVolumesGate, GPUGate, and HostDevicesGate.