fix(clusters): call out that GPU instance service blocks model service

The "GPU Instance Service" toggle on the cluster create form only said
what it enables. The exclusion side — once flipped, the cluster drops
out of the model-deploy picker — was invisible until the user went
looking for the cluster elsewhere. Extend the tip to spell that out
in all five locales, using the canonical "GPU instance service" /
"model service" product terms.
This commit is contained in:
gitlawr
2026-06-05 18:56:42 +08:00
committed by jialin
parent 76f228bfe7
commit b19db0f67d
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -185,7 +185,8 @@ export default {
'clusters.namespace.tip':
'Kubernetes namespace the clusters manifests render into. Leave empty to use gpustack-system.',
'clusters.gpuInstances.title': 'GPU Instance Service',
'clusters.gpuInstances.tip': 'Enable GPU instance support for this cluster.',
'clusters.gpuInstances.tip':
'Once enabled, the cluster is dedicated to GPU instance service and cannot be used for model service.',
'clusters.gpuInstances.staticAddress':
'GPU Instance Service Static Access Address',
'clusters.gpuInstances.staticAddress.tip':
+2 -1
View File
@@ -185,7 +185,8 @@ export default {
'clusters.namespace.tip':
'Kubernetes namespace the clusters manifests render into. Leave empty to use gpustack-system.',
'clusters.gpuInstances.title': 'GPU Instance Service',
'clusters.gpuInstances.tip': 'Enable GPU instance support for this cluster.',
'clusters.gpuInstances.tip':
'Once enabled, the cluster is dedicated to GPU instance service and cannot be used for model service.',
'clusters.gpuInstances.staticAddress':
'GPU Instance Service Static Access Address',
'clusters.gpuInstances.staticAddress.tip':
+2 -1
View File
@@ -186,7 +186,8 @@ export default {
'clusters.namespace.tip':
'Kubernetes namespace the clusters manifests render into. Leave empty to use gpustack-system.',
'clusters.gpuInstances.title': 'GPU Instance Service',
'clusters.gpuInstances.tip': 'Enable GPU instance support for this cluster.',
'clusters.gpuInstances.tip':
'Once enabled, the cluster is dedicated to GPU instance service and cannot be used for model service.',
'clusters.gpuInstances.staticAddress':
'GPU Instance Service Static Access Address',
'clusters.gpuInstances.staticAddress.tip':
+2 -1
View File
@@ -186,7 +186,8 @@ export default {
'clusters.namespace.tip':
'Kubernetes namespace the clusters manifests render into. Leave empty to use gpustack-system.',
'clusters.gpuInstances.title': 'GPU Instance Service',
'clusters.gpuInstances.tip': 'Enable GPU instance support for this cluster.',
'clusters.gpuInstances.tip':
'Once enabled, the cluster is dedicated to GPU instance service and cannot be used for model service.',
'clusters.gpuInstances.staticAddress':
'GPU Instance Service Static Access Address',
'clusters.gpuInstances.staticAddress.tip':
+2 -1
View File
@@ -178,7 +178,8 @@ export default {
'clusters.namespace.tip':
'集群清单渲染所使用的 Kubernetes 命名空间。留空则使用 gpustack-system。',
'clusters.gpuInstances.title': 'GPU 实例服务',
'clusters.gpuInstances.tip': '为该集群启用 GPU 实例支持。',
'clusters.gpuInstances.tip':
'启用后该集群将专用于 GPU 实例服务,不可用于模型服务。',
'clusters.gpuInstances.staticAddress': 'GPU实例服务静态访问地址',
'clusters.gpuInstances.staticAddress.tip':
'Operator 访问该集群 GPU 实例所使用的静态地址(例如 LoadBalancer VIP)。可选。'