cluster-api-provider-gcp
cluster-api-provider-gcp copied to clipboard
GPU support
/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:
// GuestAccelerators: A list of the type and count of accelerator cards
// attached to the instance.
GuestAccelerators []*AcceleratorConfig `json:"guestAccelerators,omitempty"`
https://raw.githubusercontent.com/googleapis/google-api-go-client/master/compute/v1/compute-gen.go
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/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 https://github.com/openshift/cluster-api-provider-gcp/pull/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! I am Ishan from India. I am currently working in the computer vision domain, particularly in Medical-AI. Along with Distributed Systems, I also have knowledge of machine learning. I found the Kubernetes-sigs project extremely interesting and wanted to contribute to adding GPU support as Part of LFX for Summer 2022. I am currently going through the documentation to get a better understanding of the codebase. The LFX website shows that mentee applications for this mentorship are closed. Please let me know if I can still submit my application for the project.
Looking forward to contributing to this amazing project.
any updates?