Skip to content

Commit d7aa82c

Browse files
authored
Merge pull request #47257 from tengqm/fg-rgn
Fix feature gate RetryGenerateName for v1.30
2 parents 27f5dc3 + bcc6e9e commit d7aa82c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
title: RetryGenerateName
33
content_type: feature_gate
4-
54
_build:
65
list: never
76
render: false
87

98
stages:
10-
- stage: alpha
9+
- stage: alpha
1110
defaultValue: false
1211
fromVersion: "1.30"
13-
1412
---
1513
Enables retrying of object creation when the
1614
{{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}
1715
is expected to generate a [name](/docs/concepts/overview/working-with-objects/names/#names).
1816
When this feature is enabled, requests using `generateName` are retried automatically in case the
1917
control plane detects a name conflict with an existing object, up to a limit of 8 total attempts.
18+

0 commit comments

Comments
 (0)