Skip to content

Commit 5586910

Browse files
authored
KEP-1440: Promote kubectl events command to stable (kubernetes#4018)
* KEP-1440: Promote kubectl events command to stable * Add e2e test link * Add response to scalability question
1 parent 80de492 commit 5586910

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ alpha:
33
approver: "@wojtek-t"
44
beta:
55
approver: "@wojtek-t"
6+
stable:
7+
approver: "@wojtek-t"

keps/sig-cli/1440-kubectl-events/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Before promoting to beta at least a single e2e test should also be added in
164164

165165
##### e2e tests
166166

167-
- missing
167+
- kubectl events should show event when pod is created: [test grid](https://storage.googleapis.com/k8s-triage/index.html?sig=cli&test=kubectl%20events)
168168

169169
### Graduation Criteria
170170

@@ -178,7 +178,7 @@ Once the experimental kubectl events command is implemented, this can be rolled
178178

179179
##### GA
180180

181-
- [ ] Address all major issues and bugs raised by community members
181+
- [x] Address all major issues and bugs raised by community members
182182

183183
### Upgrade / Downgrade Strategy
184184

@@ -311,6 +311,10 @@ No.
311311

312312
No.
313313

314+
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
315+
316+
No.
317+
314318
### Troubleshooting
315319

316320
###### How does this feature react if the API server and/or etcd is unavailable?
@@ -336,6 +340,7 @@ None.
336340
- *2020-01-16* - Initial KEP draft
337341
- *2021-09-06* - Updated KEP with the new template and mark implementable for alpha implementation.
338342
- *2022-09-21* - Updated KEP for beta promotion.
343+
- *2023-05-17* - Updated KEP for stable promotion.
339344

340345
## Alternatives
341346

keps/sig-cli/1440-kubectl-events/kep.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ title: Kubectl events
22
kep-number: 1440
33
authors:
44
- "@hpandeycodeit"
5-
- "soltysh"
5+
- "@soltysh"
6+
- "@ardaguclu"
67
owning-sig: sig-cli
78
participating-sigs:
89
- sig-cli
@@ -20,14 +21,14 @@ see-also:
2021
- https://docs.google.com/document/d/1w-HRLtMncDAL_yQQJdHDasyCZRdJTOV1N6y22fGsKkY/edit#
2122
replaces: []
2223

23-
stage: "beta"
24+
stage: "stable"
2425

25-
latest-milestone: "1.26"
26+
latest-milestone: "1.28"
2627

2728
milestone:
2829
alpha: "v1.23"
2930
beta: "v1.26"
30-
stable: "v1.27"
31+
stable: "v1.28"
3132

3233
feature-gates: []
3334
disable-supported: false

0 commit comments

Comments
 (0)