UI - Container environment variable inspector
Is your feature request related to a problem?
No
Which solution do you suggest?
Environment variables are often at the core of controlling individual container behavior, and I often find myself debugging at that level. Currently i shell into the container and write env | grep [something], but sometimes the containers die before i can do that. Then i have a bigger hassle.
My suggestion is a button as indicated on image below.
Like docker desktop does it:
Which alternative solutions exist?
- If container is running, you may shell into it and write
env - Might be other inspection tools
/kind feature
Hi @Andrioden,
Thanks for creating the feature request.
We have considered your request and put it in backlog. We will prioritise it accordingly.
I can add, we have started to use the kubernetes dashboard instead, and therefor no longer need this functionality. Feel free to close.