GPUNode â
GPUNode is the Schema for the gpunodes API.
Kubernetes Resource Information â
| Field | Value |
|---|---|
| API Version | tensor-fusion.ai/v1 |
| Kind | GPUNode |
| Scope | Cluster |
Table of Contents â
Spec â
GPUNodeSpec defines the desired state of GPUNode.
Property | Type | Constraints | 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 | Manual AutoSelect Provisioned | Default: AutoSelect |
Status â
GPUNodeStatus defines the observed state of GPUNode.
Property | Type | Constraints | 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 | Pending Provisioning Migrating Running Succeeded Failed Unknown Destroying | Default: Pending |
| 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 |