Skip to content

Commit

Permalink
Merge pull request #46983 from jpbetz/retry-generate-name-beta
Browse files Browse the repository at this point in the history
KEP-4420: Retry Generate Name: Promote to beta
  • Loading branch information
k8s-ci-robot authored Jun 26, 2024
2 parents b284960 + ef82385 commit dd0de2f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.30"

toVersion: "1.30"
- stage: beta
defaultValue: true
fromVersion: "1.31"
---
Enables retrying of object creation when the
{{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}
Expand Down

0 comments on commit dd0de2f

Please sign in to comment.