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 |
---|---|---|---|
allocationDetails | array | Allocation details is for node compaction, and calculate used apps | |
availableTFlops | any | pattern: Regex | |
availableVRAM | any | pattern: Regex | |
conditions | array | ||
hypervisorStatus | object | ||
kubernetesNodeName | string | the identifier of the kubernetes node, in nodeSelector mode, GPUNode name is the same as kubernetes node name because of it's owned by the Kubernetes node, while in node provisioning mode owned by the GPUNode, and K8S Node name is uncontrollable | |
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 |