TensorFusionCluster
TensorFusionCluster is the Schema for the tensorfusionclusters API.
TensorFusionCluster is the Schema for the tensorfusionclusters API.
Resource Information
| Field | Value |
|---|---|
| API Version | tensor-fusion.ai/v1 |
| Kind | TensorFusionCluster |
| Scope | Cluster |
Spec
TensorFusionClusterSpec defines the desired state of TensorFusionCluster.
| Property | Type | Description |
|---|---|---|
| computingVendor | object | ComputingVendorConfig defines the Cloud vendor connection such as AWS, GCP, Azure etc. |
| gpuPools | array |
Status
TensorFusionClusterStatus defines the observed state of TensorFusionCluster.
| Property | Type | Description |
|---|---|---|
| allocatedTFlopsPercent | string | |
| allocatedVRAMPercent | string | |
| availableTFlops * | any | pattern: Regex |
| availableVRAM * | any | pattern: Regex |
| cloudVendorConfigHash | string | |
| conditions | array | |
| notReadyGPUPools | array | |
| phase | string | TensorFusionClusterPhase represents the phase of the TensorFusionCluster resource. (default: Pending) Allowed values: Pending, Running, Updating, Destroying, Unknown |
| potentialSavingsPerMonth | string | |
| readyGPUPools | array | |
| retryCount * | integer<int64> | (default: 0) |
| savedCostsPerMonth | string | |
| totalGPUs * | integer<int32> | |
| totalNodes * | integer<int32> | |
| totalPools * | integer<int32> | |
| totalTFlops * | any | pattern: Regex |
| totalVRAM * | any | pattern: Regex |
| utilizedTFlopsPercent | string | |
| utilizedVRAMPercent | string | |
| virtualAvailableTFlops | any | pattern: Regex |
| virtualAvailableVRAM | any | pattern: Regex |
| virtualTFlops * | any | pattern: Regex |
| virtualVRAM * | any | pattern: Regex |
TensorFusion 文档