Add feature gate docs for NameGenerationRetries

pull/45154/head
Joe Betz 2024-02-15 12:21:53 -05:00
parent 08fb708f79
commit cda663f710
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
title: NameGenerationRetries
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
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.