Skip to content

Commit e2db2d7

Browse files
committed
Promote RetryGenerateName to stable
1 parent 7116eef commit e2db2d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/retry-generate-name.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.30"
12+
toVersion: "1.31"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.31"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.32"
1220
---
1321
Enables retrying of object creation when the
1422
{{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}

0 commit comments

Comments
 (0)