From 9fc4079aa76b974fdacf6408c631b1ac6ad85aae Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Tue, 5 Apr 2022 23:15:46 +0200 Subject: [PATCH] chore(README): depecate Signed-off-by: Toni Tauro --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6d8ac58..142cf30 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +# DEPRECATED + +Please no longer use this image. + +Since Kubernetes version 1.23 you can use `kubectl debug` to spawn ephemeral containers for debugging: + +https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/ + +There are also more extended debug container images for kubernetes which can be used with this feature: + +Example: https://github.com/lightrun-platform/koolkits + # debug-container A container image packed with debugging tools