title |
content_type |
_build |
stages |
RetryGenerateName |
feature_gate |
|
stage |
defaultValue |
fromVersion |
toVersion |
alpha |
false |
1.30 |
1.30 |
|
stage |
defaultValue |
fromVersion |
toVersion |
beta |
true |
1.31 |
1.31 |
|
stage |
defaultValue |
fromVersion |
stable |
true |
1.32 |
|
|
Enables retrying of object creation when the
{{< glossary_tooltip text="API server" term_id="kube-apiserver" >}}
is expected to generate a name.
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.