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

frontend: Add feature to view deploy logs #2581

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

knrt10
Copy link
Contributor

@knrt10 knrt10 commented Nov 18, 2024

This adds feature to view all the pods of pods in a deployment rather than going to a specific pod.

Fixes: #2552

Testing

  • Create a deployment kubectl create deployment nginx --image=nginx --replicas=3
  • Run the app and navigate to the deployment
  • Click on the logs button to view the logs of all the pods in the deployment

Screenshots

Screenshot 2024-11-18 at 8 17 47 AM Screenshot 2024-11-18 at 8 18 24 AM

@knrt10 knrt10 requested a review from a team November 18, 2024 02:59
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Nov 18, 2024
This adds feature to view all the pods of pods in a deployment rather
than going to a specific pod.

Fixes: #2552

Signed-off-by: Kautilya Tripathi <ktripathi@microsoft.com>
@knrt10
Copy link
Contributor Author

knrt10 commented Nov 18, 2024

So weird, I ran the tests locally, updated snapshots, wonder why it is still failing 🤔

@knrt10 knrt10 marked this pull request as draft November 18, 2024 09:50
@knrt10
Copy link
Contributor Author

knrt10 commented Nov 18, 2024

Changing some UX for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE REQUEST - Multi pod logs
1 participant