Skip to content

GPU support #289

Open
Open
@enxebre

Description

@enxebre

/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions