-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide debug variants of contour container images #2789
Comments
Would ephemeral debug containers address similar use cases? |
I think they will, but these will help for those people who don't have an up-to-date cluster, or don't want to use an alpha feature yet. |
Yes, exactly. There is a sentence on this page which says:
We can't expect that everyone has up-to-date clusters with alpha features enabled :) |
Signed-off-by: Michael Leow <leow@sinarproject.org>
Signed-off-by: Michael Leow <leow@sinarproject.org>
Closing my issue as ephemeral debug container are GA since K8s 1.25. |
Please describe the problem you have
As already mentioned (#2050 (comment)) it would be nice, if you build debug variants of your container images containing debug tools like busybox or another minimal linux distro. This would help people troubleshoot (eg. look at the configs in the empty dir, curl the envoy healthcheck API, etc.)
For inspiration, look at the guys behind fluent-bit:
Update:
We only need to talk about the contour container images. Envoy images seems to be ubuntu based.
The text was updated successfully, but these errors were encountered: