Skip to content

Commit d118289

Browse files
jpbetzpohlyTim Bannister
authored
KEP-4420: Retry Generate Name (#4421)
* KEP for retry generate name * Clarify length change issues * Apply suggestions from code review Co-authored-by: Patrick Ohly <[email protected]> * Apply suggestions from code review Co-authored-by: Tim Bannister <[email protected]> * Apply feedback * Clarify rationale * Fix PRR answer * Update metric information --------- Co-authored-by: Patrick Ohly <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 5edb382 commit d118289

File tree

7 files changed

+623
-0
lines changed

7 files changed

+623
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The KEP must have an approver from the
2+
# "prod-readiness-approvers" group
3+
# of http://git.k8s.io/enhancements/OWNERS_ALIASES
4+
kep-number: 4420
5+
alpha:
6+
approver: "@deads2k"

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

Lines changed: 578 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
title: Retry Generate Name
2+
kep-number: 4420
3+
authors:
4+
- "@jpbetz"
5+
owning-sig: sig-api-machinery
6+
participating-sigs:
7+
status: implementable
8+
creation-date: 2024-01-19
9+
reviewers:
10+
- TODO
11+
approvers:
12+
- "@deads2k"
13+
14+
# The target maturity stage in the current dev cycle for this KEP.
15+
stage: alpha
16+
17+
# The most recent milestone for which work toward delivery of this KEP has been
18+
# done. This can be the current (upcoming) milestone, if it is being actively
19+
# worked on.
20+
latest-milestone: "v1.30"
21+
22+
# The milestone at which this feature was, or is targeted to be, at each stage.
23+
milestone:
24+
alpha: "v1.30"
25+
beta: "v1.31"
26+
stable: "v1.32"
27+
28+
# The following PRR answers are required at alpha release
29+
# List the feature gate name and the components for which it must be enabled
30+
feature-gates:
31+
- name: NameGenerationRetries
32+
components:
33+
- kube-apiserver
34+
disable-supported: true
35+
36+
# The following PRR answers are required at beta release
37+
metrics:
38+
- apiserver_request_duration_seconds
39+
- `generate_name_retries` label to be added
37.6 KB
Loading
35.4 KB
Loading
71.3 KB
Loading
29.9 KB
Loading

0 commit comments

Comments
 (0)