-
Notifications
You must be signed in to change notification settings - Fork 198
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
GPU support #289
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
I would like to claim that feature - need gpu support for GCP provider in our clusters. |
go for it @dilyevsky 🎉 |
@dilyevsky Any progress on this feature ? If not I could take it, since we have already implemented this for Openshift at openshift/cluster-api-provider-gcp#172 |
@SamuelStuchly You can do the necessary changes.... And that will be the best, and then I can proceed with the documentation for gpu-support😄 |
Hello @cpanato @dims @richardcase! Looking forward to contributing to this amazing project. |
any updates? |
Hello, 3 related PR were closed (#529, #655 and #654) due to inactivity. Regards |
@SamuelStuchly do you think that your code in the Openshift version can also be used for this provider ? |
A very important and necessary thing |
I look at the code and it's very different from the version in the openshift PR. A big work is ahead of us ! 💪 |
bump |
/kind feature
Describe the solution you'd like
As a user I'd like to declarative define which GPU I want for my instances
Anything else you would like to add:
https://cloud.google.com/compute/docs/gpus/add-gpus#create-gpu-instance-api
We'd need to expose this in the machineInfra API and do the plumbing with GCP API through:
https://raw.githubusercontent.com/googleapis/google-api-go-client/master/compute/v1/compute-gen.go
The text was updated successfully, but these errors were encountered: