Skip to content

Commit

Permalink
issue vmware-tanzu#6807: Retry failed create when using generateName
Browse files Browse the repository at this point in the history
When creating resources with generateName, apimachinery
does not guarantee uniqueness when it appends the random
suffix to the generateName stub, so if it fails with
already exists error, we need to retry.

Signed-off-by: Scott Seago <[email protected]>
  • Loading branch information
sseago committed Sep 19, 2024
1 parent 81ec8fc commit 3654548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/unreleased/6943-sseago
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Retry failed create when using generateName

0 comments on commit 3654548

Please sign in to comment.