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:
@@ -186,7 +186,8 @@ export default {
|
||||
'clusters.namespace.tip':
|
||||
'Kubernetes namespace the cluster’s 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':
|
||||
|
||||
Reference in New Issue
Block a user