-
Notifications
You must be signed in to change notification settings - Fork 771
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
feat/cyclops-ui: Add support to fetch Deployment/StatefulSet logs #660
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Sheikh-Abubaker <[email protected]>
Hi @petar-cvit please check this out! |
…gsTabsChange Signed-off-by: Sheikh-Abubaker <[email protected]>
@quest-bot loot #257 |
Quest PR submitted!@Sheikh-Abubaker, you are attempting to solve the issue and loot this Quest. Will you be successful? Questions? Check out the docs. |
…correct sts api Signed-off-by: Sheikh-Abubaker <[email protected]>
Hey @petar-cvit, just updated the branch and it is now in sync with the main. |
@petar-cvit if you'd like to test the statefulset logs feature, you could utilise Grafana tempo chart: https://github.com/grafana/helm-charts/tree/main/charts/tempo/templates, and any template from the official Cyclops template repository: https://github.com/cyclops-ui/templates could be utilised to test deployment logs. |
closes #257
📑 Description
Test video of Deployment/StatefulSet logs feature:
2024-10-28.17-35-21.mp4
✅ Checks
ℹ Additional context
Reinstated the Handler functions for Deployment/StatefulSet logs i.e:
Tested the feature with both traditional API call using axios and the existing logstream function successfully.