File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
keps/sig-node/277-ephemeral-containers Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -711,12 +711,16 @@ None of the tests for this feature are unusual or tricky.
711
711
- [x] A task on https://kubernetes.io/docs/tasks/ describes how to troubleshoot
712
712
a running pod using Ephemeral Containers.
713
713
- [ ] Ephemeral Container creation is covered by e2e-node tests.
714
+ - [ ] Update via ` /ephemeralcontainers ` validates entire PodSpec to protect against future bugs.
714
715
715
716
#### Beta -> GA Graduation
716
717
717
718
- [ ] Ephemeral Containers have been in beta for at least 2 releases.
718
719
- [ ] Ephemeral Containers see use in 3 projects or articles.
719
720
- [ ] 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
720
724
721
725
[ conformance tests ] : https://git.k8s.io/community/contributors/devel/sig-architecture/conformance-tests.md
722
726
You can’t perform that action at this time.
0 commit comments