Skip to content

Commit

Permalink
Merge pull request #47257 from tengqm/fg-rgn
Browse files Browse the repository at this point in the history
Fix feature gate RetryGenerateName for v1.30
  • Loading branch information
k8s-ci-robot committed Jul 27, 2024
2 parents 27f5dc3 + bcc6e9e commit d7aa82c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
---
title: RetryGenerateName
content_type: feature_gate

_build:
list: never
render: false

stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.30"

---
Enables retrying of object creation when the
{{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}
is expected to generate a [name](/docs/concepts/overview/working-with-objects/names/#names).
When this feature is enabled, requests using `generateName` are retried automatically in case the
control plane detects a name conflict with an existing object, up to a limit of 8 total attempts.

0 comments on commit d7aa82c

Please sign in to comment.