devspace icon indicating copy to clipboard operation
devspace copied to clipboard

UI - Container environment variable inspector

Open Andrioden opened this issue 3 years ago • 2 comments

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

Andrioden avatar Oct 03 '22 15:10 Andrioden

Hi @Andrioden,

Thanks for creating the feature request.

We have considered your request and put it in backlog. We will prioritise it accordingly.

bagulm123 avatar Oct 11 '22 10:10 bagulm123

I can add, we have started to use the kubernetes dashboard instead, and therefor no longer need this functionality. Feel free to close.

Andrioden avatar Dec 04 '23 19:12 Andrioden