Skip to content

Commit 871e71b

Browse files
committed
address review comment
1 parent 2ed7377 commit 871e71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposal/controller-and-user-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This proposal presents adding two kinds of tags to the resources created by cont
3232

3333
Below are the cluster creation scenarios.
3434
#### Creating a new cluster
35-
- When resources will be created for new cluster in the cloud the tag will be attached. During deletion flow, will check for tag `powervs.cluster.x-k8s.io/cluster-uuid: UUID` and delete the resources. During creation if resource is created successfully but failed to attach the tag, will retry for some time and if it still fails, we will set condition with descriptive message `Failed to attach tag to newly created Workspace workspace-name, either manually attach tag or delete the cluster and retry it in different region.`
35+
- When resources will be created for new cluster in the cloud the tag will be attached. During deletion flow, will check for tag `powervs.cluster.x-k8s.io/cluster-uuid: UUID` and delete the resources. If a resource is created successfully but tag attachment fails, the controller will retry for a configured period. If retries are exhausted, a condition will be set with a descriptive message such as: "Failed to attach tag to newly created Workspace workspace-name. Please manually attach the tag or delete the cluster and recreate it in a different region."
3636
#### Creating a new cluster with reusing pre-created resources
3737
- When cluster is created using existing resources, no tag will be attached. We won't delete these resources, as these were not created by controller.
3838
#### Creating a new cluster with reusing pre-created resources from old cluster.

0 commit comments

Comments
 (0)