I have a project that I want to add debug container
to a pod or some pods, but I don't want the pod to be rebuilt. kubectl patch
can be added but the pod will be rebuilt. Is there any other way to achieve this?
I really appreciate any help with this.