Skip to content

GPUNodeClass ​

GPUNodeClass is the Schema for the gpunodeclasses API.

Kubernetes Resource Information ​

FieldValue
API Versiontensor-fusion.ai/v1
KindGPUNodeClass
ScopeCluster

Table of Contents ​

Spec ​

GPUNodeClassSpec defines the desired state of GPUNodeClass.

Property
Type
Constraints
Description
blockDeviceMappings ↓array
instanceProfilestringThe instance profile to use, assign IAM role and permissions for EC2 instances
launchTemplate ↓objectThe launch template to use for VM instances, if set, all other fields could be skipped
metadataOptions ↓objectfor AWS only, IMDSv2 metadata service options
osImageSelectorTerms ↓arraythe OS image identifier string, default to use first one, if not found, fallback to others
osImageTypestringPrivate Public SystemCould be private or public, varies in different cloud vendor, define where to query the OSImageID Default: Private
securityGroupSelectorTerms ↓array
subnetSelectorTerms ↓array
tagsobject
userDatastring

blockDeviceMappings (items) ​

Properties ​

Property
Type
Constraints
Description
deviceNamestring
ebs ↓object

ebs ​

Properties ​

Property
Type
Constraints
Description
deleteOnTerminationbooleanDefault: true
encryptedbooleanDefault: true
volumeSizestring
volumeTypestringDefault value would varies based on the cloud vendor
For AWS it's gp3, for Alicloud it's cloud_essd

launchTemplate ​

The launch template to use for VM instances, if set, all other fields could be skipped

Properties ​

Property
Type
Constraints
Description
idstringThe item ID
namestringThe item name
tagsobjectQuery by tags

metadataOptions ​

for AWS only, IMDSv2 metadata service options

Properties ​

Property
Type
Constraints
Description
httpEndpointbooleanDefault: true
httpProtocolIPv6booleanDefault: false
httpPutResponseHopLimitintegerDefault: 1
httpTokensstringDefault: required

osImageSelectorTerms (items) ​

the OS image identifier string, default to use first one, if not found, fallback to others

Properties ​

Property
Type
Constraints
Description
idstringThe item ID
namestringThe item name
tagsobjectQuery by tags

securityGroupSelectorTerms (items) ​

Properties ​

Property
Type
Constraints
Description
idstringThe item ID
namestringThe item name
tagsobjectQuery by tags

subnetSelectorTerms (items) ​

Properties ​

Property
Type
Constraints
Description
idstringThe item ID
namestringThe item name
tagsobjectQuery by tags

Status ​

GPUNodeClassStatus defines the observed state of GPUNodeClass.