Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
parent
cda663f710
commit
8072b0baa9
|
@ -11,6 +11,9 @@ stages:
|
|||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
Create requests using generateName are retried automatically by the apiserver when the generated name conflicts with an existing resource name, up to a max limit of 7 retries.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue