Hello Chris Christensen,
Welcome to microsoft Q&A, thankyou for posting your query here.
Pods on node-d are facing both TLS timeout and 401 Unauthorized errors (response status code indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource.) when pulling images from the Azure Container Registry (ACR).
Use kubectl get nodes -o wide
to verify the status of node-d.
use kubectl describe node node-d
to Confirm resource availability on node-d.
SSH into node -d to Verify if it resolve DNS names and reach external endpoints, trying to access external services manually from node-d.
use kubectl logs node-d
to review the logs and check the system logs on node-d found under var/log directory for signs of errors that could explain the NodeNotReady state.
try to bring up a new node in place of node -d and check if it works anyway.
Hope this helps you.
If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!