File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
keps/sig-api-machinery/4420-retry-generate-name Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ served by an apiserver with this feature enabled.
360
360
###### How can this feature be enabled / disabled in a live cluster?
361
361
362
362
- [x] Feature gate (also fill in values in ` kep.yaml ` )
363
- - Feature gate name: NameGenerationRetries
363
+ - Feature gate name: RetryGenerateName
364
364
- Components depending on the feature gate: kube-apiserver
365
365
366
366
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ milestone:
28
28
# The following PRR answers are required at alpha release
29
29
# List the feature gate name and the components for which it must be enabled
30
30
feature-gates :
31
- - name : NameGenerationRetries
31
+ - name : RetryGenerateName
32
32
components :
33
33
- kube-apiserver
34
34
disable-supported : true
You can’t perform that action at this time.
0 commit comments