GPUNodeClass â
GPUNodeClass is the Schema for the gpunodeclasses API.
Kubernetes Resource Information â
Field | Value |
---|---|
API Version | tensor-fusion.ai/v1 |
Kind | GPUNodeClass |
Scope | Cluster |
Table of Contents â
Spec â
GPUNodeClassSpec defines the desired state of GPUNodeClass.
Property | Type | Constraints | Description |
---|---|---|---|
blockDeviceMappings | array | ||
instanceProfile | string | The instance profile to use, assign IAM role and permissions for EC2 instances | |
launchTemplate | object | The launch template to use for VM instances, if set, all other fields could be skipped | |
metadataOptions | object | for AWS only, IMDSv2 metadata service options | |
osImageSelectorTerms | array | the OS image identifier string, default to use first one, if not found, fallback to others | |
osImageType | string | Private Public System | Could be private or public, varies in different cloud vendor, define where to query the OSImageID Default: Private |
securityGroupSelectorTerms | array | ||
subnetSelectorTerms | array | ||
tags | object | ||
userData | string |
Status â
GPUNodeClassStatus defines the observed state of GPUNodeClass.