Skip to content

Commit 08146a1

Browse files
authored
Merge pull request #4697 from jpbetz/kep-4420-updates
KEP 4420: Retry Generate Name KEP paperwork
2 parents f54a6dd + c452480 commit 08146a1

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

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

Lines changed: 4 additions & 11 deletions
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

@@ -527,16 +527,9 @@ high retry load.
527527

528528
## Implementation History
529529

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
540533

541534
## Drawbacks
542535

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)