We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dff2a5 + 8072b0b commit 29bb68bCopy full SHA for 29bb68b
content/en/docs/reference/command-line-tools-reference/feature-gates/name-generation-retries.md
@@ -0,0 +1,19 @@
1
+---
2
+title: NameGenerationRetries
3
+content_type: feature_gate
4
+
5
+_build:
6
+ list: never
7
+ render: false
8
9
+stages:
10
+ - stage: alpha
11
+ defaultValue: false
12
+ fromVersion: "1.30"
13
14
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