I just wanted to make this note, in case anyone sees it in the future.
Error opening pod stream: the server has asked for the client to provide credentials ( pods/log automation-job-14998-7k9xp)
All of our AWX jobs were ending with this error in our OpenShift cluster. The problem was spreading beyond just AWX, but it was stopping AWX totally. The problem was caused by a strange coincidence. OpenShift needed to renew its internal certificates, and the worker node it tasked with the job failed. We were left with 2 Certificate Signing Requests stuck in a pending mode and unresolvable. This is an internal OpenShift process, but it had no failure recovery mode. We manually released the CSRs, and all nodes were restored.
Thank you.