Skip to content

Commit ecc58b9

Browse files
authored
Merge pull request kubernetes#4209 from ardaguclu/kep-3638-beta
KEP-3638: Promotes plugin subcommand resolution to beta
2 parents 2ba0dae + f4a3ed0 commit ecc58b9

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
kep-number: 3638
22
alpha:
33
approver: "@johnbelamaric"
4+
beta:
5+
approver: "@johnbelamaric"

keps/sig-cli/3638-kubectl-plugin-subcommands/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,13 @@ in back-to-back releases.
274274

275275
- Gather feedback from developers and surveys
276276
- Add integration tests
277-
- Enable shadowing for all non-existent subcommands
277+
- set `KUBECTL_ENABLE_CMD_SHADOW` environment variable to true as default.
278278

279279
#### GA
280280

281281
- Add e2e test
282+
- Remove `KUBECTL_ENABLE_CMD_SHADOW` environment variable
283+
- Enable shadowing for all non-existent subcommands
282284

283285
### Upgrade / Downgrade Strategy
284286

@@ -668,6 +670,7 @@ For each of them, fill in the following information by copying the below templat
668670

669671
## Implementation History
670672
The KEP was proposed on 2022-10-22
673+
The KEP was promoted to beta on 2023-10-02
671674
<!--
672675
Major milestones in the lifecycle of a KEP should be tracked in this section.
673676
Major milestones might include:

keps/sig-cli/3638-kubectl-plugin-subcommands/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ approvers:
1616
- "@KnVerey"
1717
- "@soltysh"
1818

19-
stage: alpha
19+
stage: beta
2020

21-
latest-milestone: "v1.27"
21+
latest-milestone: "v1.29"
2222

2323
milestone:
2424
alpha: "v1.27"
25-
beta: "v1.28"
26-
stable: "v1.29"
25+
beta: "v1.29"
26+
stable: "v1.30"
2727

2828
disable-supported: true

0 commit comments

Comments
 (0)