-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Allow specifying accelerators in cluster node_config #1067
Comments
I have the same requirement - currently hacking on the code for it, unless someone else has already started work on this? |
That's great! Tag me in the PR and I'll expedite the review. |
Almost done with this - in case anyone is desperate for it, the code here works, I just need to tweak the tests to pass (so caveat emptor!). I'm on vacation for a long weekend, so I expect to finish this on Tuesday. |
I can also pick this up if there's anything urgent, synced with Darren yesterday on what's missing. |
…#1067) Signed-off-by: Modular Magician <[email protected]>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Beta support for GPUs on Kubernetes clusters has been released: https://cloud.google.com/kubernetes-engine/docs/concepts/gpus
It looks like they can be added via REST API using the
accelerators
field in a node pool configuration, e.g. (when creating a cluster):Would be great if this could be supported in the
node_config
block forgoogle_container_cluster
/google_container_node_pool
.Thanks!
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Affected Resource(s)
The text was updated successfully, but these errors were encountered: