Skip to content

Commit

Permalink
Update NutanixMachineConfig crd and eksa-components manifest file (#8846
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sp1999 authored Oct 14, 2024
1 parent 57aff53 commit bd90ca9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/manifest/eksa-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5865,6 +5865,28 @@ spec:
required:
- type
type: object
gpus:
description: List of GPU devices that should be added to the VMs.
items:
description: NutanixGPUIdentifier holds VM GPU device configuration.
properties:
deviceID:
description: deviceID is the device ID of the GPU device.
format: int64
type: integer
name:
description: vendorID is the vendor ID of the GPU device.
type: string
type:
description: type is the type of the GPU device.
enum:
- deviceID
- name
type: string
required:
- type
type: object
type: array
image:
description: image is to identify the OS image uploaded to the Prism
Central (PC) The image identifier (uuid or name) can be obtained
Expand Down

0 comments on commit bd90ca9

Please sign in to comment.