From bcc6e9e72ff274dbcf6ae189a8446ac621392333 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Wed, 24 Jul 2024 19:29:00 +0800 Subject: [PATCH] Add feature gate RetryGenerateName for v1.30 --- .../{name-generation-retries.md => retry-generate-name.md} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename content/en/docs/reference/command-line-tools-reference/feature-gates/{name-generation-retries.md => retry-generate-name.md} (96%) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/name-generation-retries.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/retry-generate-name.md similarity index 96% rename from content/en/docs/reference/command-line-tools-reference/feature-gates/name-generation-retries.md rename to content/en/docs/reference/command-line-tools-reference/feature-gates/retry-generate-name.md index a2d0018e7fd3f..b305f2c394727 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/name-generation-retries.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/retry-generate-name.md @@ -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. +