Skip to content

Commit 2ba0dae

Browse files
authored
KEP-3895: Promote interactive flag in delete command to beta (kubernetes#4178)
* KEP-3895: Promote interactive flag in delete command to beta * update PRR approver for beta * Add removal of feature environment variable * Use more clear word
1 parent f2784e2 commit 2ba0dae

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

keps/prod-readiness/sig-cli/3895.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
kep-number: 3895
55
alpha:
66
approver: "@johnbelamaric"
7+
beta:
8+
approver: "@johnbelamaric"

keps/sig-cli/3895-kubectl-delete-interactivity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ in back-to-back releases.
472472
#### Beta
473473

474474
- Gather feedback from developers and surveys
475+
- KUBECTL_INTERACTIVE_DELETE environment variable is removed and interactive flag is available by default
475476

476477
#### GA
477478

@@ -865,6 +866,7 @@ N/A
865866

866867
## Implementation History
867868
The KEP was proposed on 2023-03-01
869+
The KEP was promoted to beta on 2023-10-02
868870
<!--
869871
Major milestones in the lifecycle of a KEP should be tracked in this section.
870872
Major milestones might include:

keps/sig-cli/3895-kubectl-delete-interactivity/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ see-also:
1919
- "https://github.com/kubernetes/enhancements/pull/2777"
2020

2121
# The target maturity stage in the current dev cycle for this KEP.
22-
stage: alpha
22+
stage: beta
2323

2424
# The most recent milestone for which work toward delivery of this KEP has been
2525
# done. This can be the current (upcoming) milestone, if it is being actively
2626
# worked on.
27-
latest-milestone: "v1.28"
27+
latest-milestone: "v1.29"
2828

2929
# The milestone at which this feature was, or is targeted to be, at each stage.
3030
milestone:
3131
alpha: "v1.28"
32-
beta: "TBD"
32+
beta: "v1.29"
3333
stable: "TBD"
3434

3535
# The following PRR answers are required at alpha release

0 commit comments

Comments
 (0)