Skip to content

Commit 6ac50c8

Browse files
committed
Handling exception handling in tke extension files
1 parent 14c616c commit 6ac50c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tencentcloud/services/tke/resource_tc_kubernetes_cluster_extension.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,9 @@ func resourceTencentCloudKubernetesClusterUpdatePostHandleResponse1(ctx context.
10501050
return resource.RetryableError(fmt.Errorf("cluster %s status %s, retry...", id, ins.ClusterStatus))
10511051
}
10521052
})
1053+
if err != nil {
1054+
return err
1055+
}
10531056

10541057
// upgrade instances version
10551058
upgrade := false

0 commit comments

Comments
 (0)