Skip to content

Commit 39f8067

Browse files
committed
dad
1 parent 3d0c03c commit 39f8067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/services/tke/resource_tc_kubernetes_scale_worker_extension.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ func resourceTencentCloudKubernetesScaleWorkerCreateOnStart(ctx context.Context)
435435
}
436436

437437
//修改id设置,不符合id规则
438-
id := clusterId + tccommon.FILED_SP + strings.Join(instanceIds, tccommon.FILED_SP)
438+
id := clusterId + tccommon.FILED_SP + strings.Join(instanceIds, tccommon.COMMA_SP)
439439
d.SetId(id)
440440

441441
//wait for LANIP
@@ -482,7 +482,7 @@ func resourceTencentCloudKubernetesScaleWorkerCreateOnStart(ctx context.Context)
482482
}
483483

484484
e = fmt.Errorf("cluster instances is still initializing.")
485-
return resource.NonRetryableError(e)
485+
return tccommon.RetryError(e)
486486
})
487487

488488
if err != nil {

0 commit comments

Comments
 (0)