LogoTensorFusion 文档
LogoTensorFusion 文档
首页

快速开始

TensorFusion概览在Kubernetes安装在虚拟机/服务器安装(K3S)Helm本地安装在宿主机/虚拟机安装TensorFusion架构

应用操作

创建AI应用配置自动扩缩容迁移现有应用最佳实践

自定义AI基础设施

生产级部署指南QoS级别与计价云厂商集成(BYOC)管理许可证

维护与优化

组件更新配置告警GPU热迁移预加载模型优化GPU效率

故障排除

问题处理手册链路追踪/性能分析查询指标和日志

参考

Helm安装Values配置
TensorFusionClusterGPUPoolGPUNodeGPUGPUNodeClassSchedulingConfigTemplateGPUResourceQuota
Kubernetes 事件监控指标定义性能测试命令行参考GPU/驱动/操作系统支持矩阵TensorFusion 安全白皮书

对比

与NVIDIA vGPU比较与MIG/MPS对比与趋动科技对比与 Run.AI 对比与HAMi的对比
系统管理员参考Kubernetes资源定义

GPUPool

API documentation for GPUPool

Resource Information

FieldValue
API Versiontensor-fusion.ai/v1
KindGPUPool
ScopeCluster

Spec

GPUPoolSpec defines the desired state of GPUPool.

PropertyTypeDescription
capacityConfigobject
componentConfigobjectCustomize system components for seamless onboarding.
nodeManagerConfigobject
qosConfigobjectDefine different QoS and their price.
schedulingConfigTemplatestring

Status

GPUPoolStatus defines the observed state of GPUPool.

PropertyTypeDescription
availableTFlops *any`pattern: ^(+
availableVRAM *any`pattern: ^(+
budgetExceededstringIf the budget is exceeded, the set value in comma separated string to indicate which period caused the exceeding. If this field is not empty, scheduler will not schedule new AI workloads and stop scaling-up check.
clusterstring
componentStatus *objectwhen updating any component version or config, pool controller will perform rolling update. the status will be updated periodically, default to 5s, progress will be 0-100. when the progress is 100, the component version or config is fully updated.
conditionsarray
lastCompactionTimestring<date-time>
notReadyNodes *integer<int32>
phase *string(default: Pending) Allowed values: Pending, Running, Updating, Destroying, Unknown
potentialSavingsPerMonthstring
provisioningPhasestring(default: None) Allowed values: None, Initializing, Provisioning, Completed
readyNodes *integer<int32>
runningAppsCntinteger<int32>
savedCostsPerMonthstring
totalGPUsinteger<int32>
totalNodesinteger<int32>
totalTFlops *any`pattern: ^(+
totalVRAM *any`pattern: ^(+
virtualAvailableTFlopsany`pattern: ^(+
virtualAvailableVRAMany`pattern: ^(+
virtualTFlops *any`pattern: ^(+
virtualVRAM *any`pattern: ^(+

TensorFusionCluster

TensorFusionCluster is the Schema for the tensorfusionclusters API.

GPUNode

GPUNode is the Schema for the gpunodes API.

目录

Resource Information
Spec
Status