Skip to content

Commit

Permalink
Generate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
birksl committed Jun 20, 2024
1 parent 609542b commit 438c6e5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,13 @@ spec:
Mutually exclusive with VGPUProfile.
format: int32
type: integer
vGPUProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
type: string
vendorId:
description: |-
VendorId is the vendor ID of a virtual machine's PCI, in integer.
Expand All @@ -1381,13 +1388,6 @@ spec:
Mutually exclusive with VGPUProfile.
format: int32
type: integer
vgpuProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
type: string
type: object
type: array
powerOffMode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,13 @@ spec:
Mutually exclusive with VGPUProfile.
format: int32
type: integer
vGPUProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
type: string
vendorId:
description: |-
VendorId is the vendor ID of a virtual machine's PCI, in integer.
Expand All @@ -1256,13 +1263,6 @@ spec:
Mutually exclusive with VGPUProfile.
format: int32
type: integer
vgpuProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
type: string
type: object
type: array
powerOffMode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,13 @@ spec:
Mutually exclusive with VGPUProfile.
format: int32
type: integer
vGPUProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
type: string
vendorId:
description: |-
VendorId is the vendor ID of a virtual machine's PCI, in integer.
Expand All @@ -1469,13 +1476,6 @@ spec:
Mutually exclusive with VGPUProfile.
format: int32
type: integer
vgpuProfile:
description: |-
VGPUProfile is the profile name of a virtual machine's vGPU, in string.
Defaults to the eponymous property value in the template from which the
virtual machine is cloned.
Mutually exclusive with DeviceID and VendorID.
type: string
type: object
type: array
powerOffMode:
Expand Down
2 changes: 1 addition & 1 deletion docs/gpu-vgpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
template: '${VSPHERE_TEMPLATE}'
thumbprint: '${VSPHERE_TLS_THUMBPRINT}'
pciDevices:
- vgpuProfile: "grid_t4-1a" # value from above
- vGPUProfile: "grid_t4-1a" # value from above
```
Set the required values for the other fields and the cluster template is ready for use.
Expand Down

0 comments on commit 438c6e5

Please sign in to comment.