We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27f5dc3 + bcc6e9e commit d7aa82cCopy full SHA for d7aa82c
content/en/docs/reference/command-line-tools-reference/feature-gates/name-generation-retries.md renamed to content/en/docs/reference/command-line-tools-reference/feature-gates/retry-generate-name.md
@@ -1,19 +1,18 @@
1
---
2
title: RetryGenerateName
3
content_type: feature_gate
4
-
5
_build:
6
list: never
7
render: false
8
9
stages:
10
- - stage: alpha
+ - 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