GoogleContainerTools / GoogleContainerTools/skaffold
Define new event to summarize debugging status for container images
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
`skaffold debug` merely issues a warning to the console on encountering a container that cannot be configured for debugging. This warning is easily missed. Users find having a container not appear to be debuggable is puzzling.
Skaffold should issue an event to report when a container cannot be configured for debugging. Initial thoughts are that there should be a single event summarizing the debugging enablement for all images. As an image can appear in multiple workload resources, and maybe only some cannot be debugged, it could be easier to raise events for each such container reference encountered.
Contributor guide
Assessment
This issue has not been assessed yet.