Does kwok support simulating GPU nodes ? #618
Answered
by
wzshiming
FuPengCheng1
asked this question in
Q&A
-
What would you like to be added?I have not found docs about simulating gpu nodes by kwok. Does kwok support it? Why is this needed?GPU nodes are also widely used online like cpu&mem nodes. I think support simulating gpu nodes is also needed. |
Beta Was this translation helpful? Give feedback.
Answered by
wzshiming
May 28, 2023
Replies: 2 comments
-
In a kwok context, Nodes and Pods are nothing but pure API objects so feel free to mutate their API specs to do whatever simulation or testing you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wzshiming
-
Thanks. I have succcessfully simulated gpu nodes and deploy fake-pods on it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a kwok context, Nodes and Pods are nothing but pure API objects so feel free to mutate their API specs to do whatever simulation or testing you want.