diff --git a/api/internal/logic/cloud/registerclusterlogic.go b/api/internal/logic/cloud/registerclusterlogic.go index f6aec99c..32881979 100644 --- a/api/internal/logic/cloud/registerclusterlogic.go +++ b/api/internal/logic/cloud/registerclusterlogic.go @@ -43,7 +43,7 @@ func (l *RegisterClusterLogic) RegisterCluster(req *types.RegisterClusterReq) (* participant.Token = req.Token participant.Name = req.Name participant.Address = req.Address - participant.Type = "SEALOS" + participant.Type = "CLOUD" participant.Id = utils.GenSnowflakeID() participant.MetricsUrl = req.MetricsUrl participant.CreatedTime = time.Now()