Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click shows pod in 'terminating' phase when kubectl shows 'unknown' #83

Open
mikehuston opened this issue Dec 3, 2018 · 0 comments
Open

Comments

@mikehuston
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant