With the command "oc debug pod podname --as-root"
a new pod is created, that is an exact copy of the original but with the name podname-debug
My question is this:
Why isn't the new pod recognized by my app's service and route (its a simple nginx deployment).
Is there any way to (temporarily) connect this pod to the existing service? I tried using labels but it did not work
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.