cyclops-ui / cyclops

Developer Friendly Kubernetes 👁️
https://cyclops-ui.com
Apache License 2.0
2.48k stars 781 forks source link

Add container exec to cyclops UI #522

Open petar-cvit opened 2 months ago

petar-cvit commented 2 months ago

Is your feature request related to a problem? Please describe. It would be great to have an option to run shell commands from Cyclops. We should implement a modal that can emulate a terminal that can run commands in a certain container.

Describe the solution you'd like We should add a button for exec in the PodTable. When a button is pressed, a Modal pops up and connects to the backend to emulate the terminal.

pravintargaryen commented 2 months ago

please check @petar-cvit

petar-cvit commented 2 months ago

@pravintargaryen, please close and open a new PR (or update the PRs) since it adds changes for multiple issues. That goes for both #525 and #526

pravintargaryen commented 2 months ago

@petar-cvit please check

quest-bot[bot] commented 1 month ago

New Quest! image New Quest!

A new Quest has been launched in @cyclops-ui’s repo. Merge a PR that solves this issue to loot the Quest and earn your reward.


Some loot has been stashed in this issue to reward the solver!

🗡 Comment @quest-bot embark to check-in for this Quest and start solving the issue. Other solvers will be notified!

⚔️ When you submit a PR, comment @quest-bot loot #522 to link your PR to this Quest.

Questions? Check out the docs.

kom-senapati commented 4 weeks ago

cyclops-ui/src/components/k8s-resources/common/PodTable.tsx This path showing 404

Correct Path - cyclops-ui/src/components/k8s-resources/common/PodTable/PodTable.tsx

petar-cvit commented 3 weeks ago

@kom-senapati thank you. Updated!