File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
keps/sig-api-machinery/4420-retry-generate-name Expand file tree Collapse file tree 2 files changed +5
-12
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
@@ -527,16 +527,9 @@ high retry load.
527
527
528
528
## Implementation History
529
529
530
- <!--
531
- Major milestones in the lifecycle of a KEP should be tracked in this section.
532
- Major milestones might include:
533
- - the `Summary` and `Motivation` sections being merged, signaling SIG acceptance
534
- - the `Proposal` section being merged, signaling agreement on a proposed design
535
- - the date implementation started
536
- - the first Kubernetes release where an initial version of the KEP was available
537
- - the version of Kubernetes where the KEP graduated to general availability
538
- - when the KEP was retired or superseded
539
- -->
530
+ - 2024-01-31: KEP merged as implementable
531
+ - Kubernetes v1.30 - Implementation available as an off-by-default alpha feature
532
+ - Kubernetes v1.31 - Implementation available as an on-by-default beta feature
540
533
541
534
## Drawbacks
542
535
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