-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.
Description
/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
gecube, NazarovNikita, banschikovde, reyvonger and jkremser
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.