pods tab: list with stats/start/stop
See original GitHub issuehello,
it would be great if we have a tab that list pods
podman pod ps
podman pod stats
and when a pod mypod
is selected
podman pod start mypod
podman pod stop mypod
podman pod restart mypod
podman pod top mypod
podman pod logs --tail=20 -f mypod
Issue Analytics
- State:
- Created a year ago
- Comments:24 (13 by maintainers)
Top Results From Across the Web
pods tab: list and start stop pods · Issue #121 - GitHub
Please describe it's a missing feature. the problem it tries to solve when having an entire stack of apps running as a pod...
Read more >1784352 – User can list pods, but not allowed to list the ...
Description of problem: I installed a fresh cluster and created a user in the htpasswd file. The user can log in, can create...
Read more >Pods form on multiple tabs - WordPress.org
If I use css tabs on a page how can I split a form over multiple tabs. Eg. 15 fields, 5 fields per...
Read more >How to set the Sub Tab Configuration for Performance ...
How to Configure? In Options page, select Sub tab Configuration; This can be used by the user to configure the landing sub tab....
Read more >Creating The Automatic Template Plugin - Pods Framework
The plugin Pods Frontier Auto Template adds a tab in the Pods editor to all custom post ... load_pods() , that can be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That is awesome to hear, appreciate you taking the time at late hours to give it a check.
logs following
- this is something I do have in sight, nothing is actuallystreaming
logs, I had it maybe in first versions, but was displeased about tty integration for some subjective reason, will have to revisit indeeddesign of ui
you are right, pods and containers are very similar in concept and purpose, should benefit from the same treatmentstart/stop
sometimes users want a single pattern for all as it is easy for the brain, sometimes they want quick actions … I can’t fit all except probably by giving a configuration option and let them all decide what is bestGoing to prepare the next release, feel free to open new features requests at any time
thank you for the quick fix, pods works fine,
I’ve some notes (maybe I’ll open separated tickets for each)