Skip to content

Commit 29bb68b

Browse files
authored
Merge pull request #45154 from jpbetz/retry-generate-name
Document NameGenerationRetries feature gate
2 parents 8dff2a5 + 8072b0b commit 29bb68b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)