GPUNodeClass
GPUNodeClass is the Schema for the gpunodeclasses API.
GPUNodeClass is the Schema for the gpunodeclasses API.
Resource Information
| Field | Value |
|---|---|
| API Version | tensor-fusion.ai/v1 |
| Kind | GPUNodeClass |
| Scope | Cluster |
Spec
GPUNodeClassSpec defines the desired state of GPUNodeClass.
| Property | Type | 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 | Could be private or public, varies in different cloud vendor, define where to query the OSImageID (default: Private) Allowed values: Private, Public, System |
| securityGroupSelectorTerms | array | |
| subnetSelectorTerms | array | |
| tags | object | |
| userData | string |
TensorFusion 文档