GPUNode
GPUNode is the Schema for the gpunodes API.
GPUNode is the Schema for the gpunodes API.
Resource Information
| Field | Value |
|---|---|
| API Version | tensor-fusion.ai/v1 |
| Kind | GPUNode |
| Scope | Cluster |
Spec
GPUNodeSpec defines the desired state of GPUNode.
| Property | Type | Description |
|---|---|---|
| cloudVendorParam | string | |
| costPerHour | string | |
| gpuCardIndices | array | if not all GPU cards should be used, specify the GPU card indices, default to empty, onboard all GPU cards to the pool |
| manageMode | string | (default: AutoSelect) Allowed values: Manual, AutoSelect, Provisioned |
Status
GPUNodeStatus defines the observed state of GPUNode.
| Property | Type | Description |
|---|---|---|
| allocationInfo | array | |
| availableTFlops | any | pattern: Regex |
| availableVRAM | any | pattern: Regex |
| conditions | array | |
| hypervisorStatus | object | |
| loadedModels | array | |
| managedGPUDeviceIDs | array | |
| managedGPUs * | integer<int32> | |
| nodeInfo | object | |
| observedGeneration | integer<int64> | |
| phase * | string | (default: Pending) Allowed values: Pending, Provisioning, Migrating, Running, Succeeded, Failed, Unknown, Destroying |
| totalGPUs * | integer<int32> | |
| totalTFlops * | any | pattern: Regex |
| totalVRAM * | any | pattern: Regex |
| virtualAvailableTFlops | any | pattern: Regex |
| virtualAvailableVRAM | any | pattern: Regex |
| virtualTFlops | any | pattern: Regex |
| virtualVRAM | any | pattern: Regex |
TensorFusion 文档