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 Aug 1, 2024
1 parent 473bd75 commit 64b134f
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 64b134f

Please sign in to comment.