This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Add "resources" field to the computeClass definition #2380
Comments
dciangot
added a commit
to dciangot/runtime
that referenced
this issue
Dec 19, 2023
Enabling admins to create computeclass with GPU and accelarators in general.
dciangot
added a commit
to dciangot/runtime
that referenced
this issue
Dec 19, 2023
Enabling admins to create computeclass with GPU and accelarators in general. Signed-off-by: dciangot <[email protected]>
tylerslaton
pushed a commit
that referenced
this issue
Jan 3, 2024
Add resource field to computeclass Signed-off-by: dciangot <[email protected]> Signed-off-by: Diego Ciangottini <[email protected]> Co-authored-by: Diego Ciangottini <[email protected]>
Tested with acorn version -
The app deployment itself fails in my case with following error since I dont have an environment that has nodes that support gpu which is as expected.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Introducing the field resources to the ProjectComputeClassInstance and, as a consequence, to ClusterComputeClassInstance will enable cluster admins to add GPU and any custom hardware to the "offering" for the users.
Note from Darren: "One catch is that the resources can only be applied to the "main container" not any sidecars, as you really don't know which one to apply to."
Complete discussion ref on slack
The text was updated successfully, but these errors were encountered: