Skip to content

Commit 92f7cda

Browse files
committed
Fix feature gate name to match implementation
1 parent 155a949 commit 92f7cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keps/sig-api-machinery/4420-retry-generate-name/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ served by an apiserver with this feature enabled.
360360
###### How can this feature be enabled / disabled in a live cluster?
361361

362362
- [x] Feature gate (also fill in values in `kep.yaml`)
363-
- Feature gate name: NameGenerationRetries
363+
- Feature gate name: RetryGenerateName
364364
- Components depending on the feature gate: kube-apiserver
365365

366366

keps/sig-api-machinery/4420-retry-generate-name/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ milestone:
2828
# The following PRR answers are required at alpha release
2929
# List the feature gate name and the components for which it must be enabled
3030
feature-gates:
31-
- name: NameGenerationRetries
31+
- name: RetryGenerateName
3232
components:
3333
- kube-apiserver
3434
disable-supported: true

0 commit comments

Comments
 (0)