fix: select gpu stype when creating cluster from gpu service

This commit is contained in:
jialin
2026-06-17 12:35:24 +08:00
committed by jialin
parent 1f5678f781
commit aa49539210
7 changed files with 45 additions and 14 deletions
@@ -51,6 +51,7 @@ const GPUService: React.FC = () => {
setClusterSession({
firstAddWorker: false,
firstAddCluster: true,
presetClusterType: 'gpu',
providerHint: ProviderValueMap.Kubernetes
});
navigate('/resources/clusters/list');