You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pending pod will not have any containerStatuses as the container has yet to be deployed and this line of code errors with `jq: error (at <stdin>:5): Cannot iterate over null (null)` on any pod with a pending status (in my case because I purposefully made the pod schedulable) on my nodes. Adding the ? will have jq skip over instances that do not have results.
0 commit comments