Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for selecting container inside pod #13

Open
galan opened this issue May 17, 2018 · 8 comments
Open

Option for selecting container inside pod #13

galan opened this issue May 17, 2018 · 8 comments

Comments

@galan
Copy link

galan commented May 17, 2018

Having multiple containers running inside a pod, I need a selection mechanism to choose the pod for logs and executing into it.

@astefanutti
Copy link
Owner

You can select the container by just pressing ENTER. That enables rotating the pod containers.

That being said, That is a short term solution as it’s not intuitive. I was thinking to have a tree like pod / container list to make things more obvious to the user. It would solve that issue for remote exec into pod containers as well.

@galan
Copy link
Author

galan commented May 30, 2018

Ah, I see, thanks for clarification.

@galan galan closed this as completed May 30, 2018
@astefanutti
Copy link
Owner

Just let me keep that one open, as this is an issue for container remote exec.

@astefanutti astefanutti reopened this May 31, 2018
@ianseyer
Copy link

yes - even after using enter to rotate to the correct pod, pressing r still opens to the default container

@pnull
Copy link

pnull commented May 3, 2019

👍

@astefanutti
Copy link
Owner

As a poor-man solution, 60184b1 uses the same container selection mechanism than the log widget, that is pressing ENTER on a pod to rotate over its containers. It'll be available in the next release.

Let's keep that issue open to track progress on improving the overall user experience for container selection, and navigation to other resources in general.

@ensonic
Copy link
Contributor

ensonic commented Jan 20, 2020

+1 for the tree proposal. Using the 'enter' key is not discoverable right now. With a tree one could also select the pod to see all the the pods logs at once.

@astefanutti
Copy link
Owner

@ensonic thanks for the feedback. A tree would also be useful to arrange resources by ownership.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants