Skip to content

Commit 566f783

Browse files
committed
KEP-277: additional graduation criteria
1 parent 6d07c87 commit 566f783

File tree

1 file changed

+4
-0
lines changed
  • keps/sig-node/277-ephemeral-containers

1 file changed

+4
-0
lines changed

keps/sig-node/277-ephemeral-containers/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,12 +711,16 @@ None of the tests for this feature are unusual or tricky.
711711
- [x] A task on https://kubernetes.io/docs/tasks/ describes how to troubleshoot
712712
a running pod using Ephemeral Containers.
713713
- [ ] Ephemeral Container creation is covered by e2e-node tests.
714+
- [ ] Update via `/ephemeralcontainers` validates entire PodSpec to protect against future bugs.
714715

715716
#### Beta -> GA Graduation
716717

717718
- [ ] Ephemeral Containers have been in beta for at least 2 releases.
718719
- [ ] Ephemeral Containers see use in 3 projects or articles.
719720
- [ ] Ephemeral Container creation is covered by [conformance tests].
721+
- [ ] The following cosmetic codebase TODOs are resolved:
722+
- [ ] kubectl incorrectly suggests a debug container can be reattached after exit
723+
- [ ] `validateEphemeralContainers` adds a superfluous index to ephemeral container spec paths
720724

721725
[conformance tests]: https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md
722726

0 commit comments

Comments
 (0)