-
Notifications
You must be signed in to change notification settings - Fork 772
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
Add a button for Deployment/Statefulset logs #257
Comments
Hey @yuvarajrece. Can you link the PR and the issue by commenting |
Hi @petar-cvit, would you assign this issue to me? Thanks! |
Sure @doncicuto |
Hi @petar-cvit, I've some doubts about the current backend implementation for Deployment/Statefulset logs I assume that you want Cyclops UI to show all the logs for every single container for every pod found in the deployment/statefulset. This would be the screenshot for the button to check that the UI would be fine: Right now I've readded the following endpoints that were removed by @hanshal101 (accidentally in a subsequent PR) :
The thing is that the endpoint requires to pass the name of the container that you want to get the logs. I've no problem to use the first container for the first pod in the deployment, but you'd miss the rest of the logs. In summary, I'd like to know if you're ok with getting only the logs of the first container for the first pod in the deployment or you want to show all the logs something like https://github.com/stern/stern provides. If you prefer the second then the backend should be modified in order to get logs for all the containers and pods and therefore the container name would not be passed to the endpoint. In this case maybe it'd be better to create a new issue and either @hanshal101 or me would make the needed changes to the backend. Just let me know which path should I follow. Thanks! |
Thanks @petar-cvit, I'm preparing the changes for the PR right now |
New Quest!A new Quest has been launched in @cyclops-ui’s repo. Some loot has been stashed in this issue to reward the solver! 🗡 Comment ⚔️ When you submit a PR, comment Questions? Check out the docs. |
I would like to work on this @petar-cvit |
@quest-bot embark |
1 similar comment
@quest-bot embark |
@Sheikh-Abubaker has embarked on their Quest. 🗡
This is not an assignment to the issue. Please check the repo’s contribution guidelines before submitting a PR. Questions? Check out the docs. |
🧚 @Sheikh-Abubaker has submitted PR #660 and is claiming the loot. Keep up the pace, or you'll be left in the shadows. Questions? Check out the docs. |
Is your feature request related to a problem? Please describe.
We recently implemented an endpoint for fetching aggregated logs for Deployments and Statefulsets. It would be useful to add a button for viewing logs on Deployments and Statefulsets.
Here is the modal for viewing logs on Deployment logs. The scope of the issue is to add a button on the Deployment level that would fetch logs from
/resources/deployments/:namespace/:deployment/:container/logs
The text was updated successfully, but these errors were encountered: