Skip to content

Commit 8072b0b

Browse files
jpbetzTim Bannister
andauthored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent cda663f commit 8072b0b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/name-generation-retries.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ stages:
1111
defaultValue: false
1212
fromVersion: "1.30"
1313

14-
removed: true
1514
---
16-
Create requests using generateName are retried automatically by the apiserver when the generated name conflicts with an existing resource name, up to a max limit of 7 retries.
15+
Enables retrying of object creation when the
16+
{{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}
17+
is expected to generate a [name](/docs/concepts/overview/working-with-objects/names/#names).
18+
When this feature is enabled, requests using `generateName` are retried automatically in case the
19+
control plane detects a name conflict with an existing object, up to a limit of 8 total attempts.

0 commit comments

Comments
 (0)