-
Notifications
You must be signed in to change notification settings - Fork 40.3k
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
Delete in-tree support for Nvidia GPUs #54012
Comments
/cc |
2 similar comments
/cc |
/cc |
per comment from @mindprince looks like we need to move this milestone to v1.11 (#54101 (comment)) |
+1 for moving it to v1.11. We will announce the deprecation in v1.10. |
please add kind/ and priority/ labels to this issue for 1.10. Thanks. |
/kind cleanup |
since #54011 appears to be delayed, please make a decision on this issue ASAP. are we announcing deprecation if the new GPU support isn't ready? |
We mark the feature as deprecated in 1.10. Will remove the in-tree code in 1.11. Please feel free to move the milestone to 1.11. |
OK, is there a separate issue (maybe a Doc issue) for announcing deprecation? |
The GPU doc (https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/) was already updated to say:
This should also appear in 1.10 release notes: #57384 |
@jberkus Can you please move this to 1.11 milestone (that's when we will delete the code). /assign |
@mindprince a sig lead needs to change the milestone. Automation will remove 1.10 in 7 hours, but it won't put 1.11 in. |
[MILESTONENOTIFIER] Milestone Removed From Issue @jiayingz @mindprince @vishh @kubernetes/sig-node-misc Important: This issue was missing the |
Automatic merge from submit-queue (batch tested with PRs 61498, 62030). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Delete in-tree support for NVIDIA GPUs. This removes the alpha Accelerators feature gate which was deprecated in 1.10 (#57384). The alternative feature DevicePlugins went beta in 1.10 (#60170). Fixes #54012 ```release-note Support for "alpha.kubernetes.io/nvidia-gpu" resource which was deprecated in 1.10 is removed. Please use the resource exposed by DevicePlugins instead ("nvidia.com/gpu"). ```
Nvidia GPU support is currently available via the kubelet directly. This support has been deprecated in favor of device plugins. Since we don't have a device plugin for all distros, deleting the old support isn't advisable just yet.
I'm hoping we can delete the old implementation which works by setting
Accelerators=true
feature gate in v1.10 release cycle.Depends on #54011
#53497 for tracking
The text was updated successfully, but these errors were encountered: