kdash icon indicating copy to clipboard operation
kdash copied to clipboard

support shell into pod/container

Open wdv4758h opened this issue 3 years ago • 4 comments

Is your feature request related to a problem? Please describe. In k9s, you can type s to get container shell when checking pod's containers. Is there similar functionality in kdash?

Describe the solution you'd like Be able to have a key to get container shell.

Describe alternatives you've considered Copy the pod/container name and use the kubectl myself.

wdv4758h avatar Jun 23 '22 05:06 wdv4758h

Not yet. This would be nice to have but needs to be implemented

On Thu, 23 Jun 2022, 7:03 am Chiu-Hsiang Hsu, @.***> wrote:

Is your feature request related to a problem? Please describe. In k9s, you can type s to get container shell when checking pod's containers. Is there similar functionality in kdash?

Describe the solution you'd like Be able to have a key to get container shell.

Describe alternatives you've considered Copy the pod/container name and use the kubectl myself.

— Reply to this email directly, view it on GitHub https://github.com/kdash-rs/kdash/issues/213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIOKF7M7NBHMCIKKAIYOPLVQPVZ5ANCNFSM5ZS6KVIQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

deepu105 avatar Jun 23 '22 08:06 deepu105

Hi @deepu105 if someone can guide me, I would like to pick this up! I am a beginner in rust though.

jporwal05 avatar Sep 01 '23 16:09 jporwal05

I can help let me know what you need

deepu105 avatar Sep 02 '23 08:09 deepu105

O)ne way would be to use https://github.com/a-kenji/tui-term to render a shell inside KDash which starts with sh into the pod

deepu105 avatar Jan 14 '24 16:01 deepu105