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
When debugging a kubernetes issue using click, the phase for a pod was reported as "Terminating" when kubectl showed "unknown".
When debugging kubernetes issues, I prefer the most detailed info possible, so IMO it could be helpful to show the more precise "unknown" phase for the pod if possible.
The current behavior appears to be happening because click shows "Terminating" for any pod with a deletion timestamp. See phase_str.
The text was updated successfully, but these errors were encountered:
When debugging a kubernetes issue using click, the phase for a pod was reported as "Terminating" when kubectl showed "unknown".
When debugging kubernetes issues, I prefer the most detailed info possible, so IMO it could be helpful to show the more precise "unknown" phase for the pod if possible.
The current behavior appears to be happening because click shows "Terminating" for any pod with a deletion timestamp. See phase_str.
The text was updated successfully, but these errors were encountered: