node
node copied to clipboard
Return exact container used for kubernetes pod in lease status
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.
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
- When it was fetched
- What was fetched
- Any errors - but avoid leaking anything confidential