node icon indicating copy to clipboard operation
node copied to clipboard

Return exact container used for kubernetes pod in lease status

Open hydrogen18 opened this issue 5 years ago • 1 comments

When you get the information for a running pod from kubernetes you get the exact pod in use even if the specifier was something generic like ubuntu/bionic.

We should return this information in the lease status just to clarify to the user exactly what is deployed. If the deployment has been out there a long time, it could be behind "latest" or whatever got fetched.

hydrogen18 avatar Jan 05 '21 22:01 hydrogen18

I had to walk JustaCryptoMoth through manually debugging (with me watching production kubernetes) his deployment today because a docker image couldn't be fetched. We should probably be returning

  1. When it was fetched
  2. What was fetched
  3. Any errors - but avoid leaking anything confidential

hydrogen18 avatar Apr 26 '21 21:04 hydrogen18