You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnresource.NonRetryableError(fmt.Errorf("tke master node cvm instance %s not exist in tke instance list", instanceId))
310
309
}
311
310
312
-
if!has {
313
-
returnresource.NonRetryableError(fmt.Errorf("cvm instance %s not exist in tke instance list", instanceId))
311
+
if*resp.InstanceSet[0].InstanceState!="running" {
312
+
returnresource.RetryableError(fmt.Errorf("tke master node cvm instance %s in tke status is %s, retry...", instanceId, resp.InstanceSet[0].InstanceState))
0 commit comments