Skip to content

fix: resolve multi-pod logs slider dont work as expected issue#5146

Open
khushaalan wants to merge 2 commits intokubernetes-sigs:mainfrom
khushaalan:fix/khushaalan/frontend-bug-fork
Open

fix: resolve multi-pod logs slider dont work as expected issue#5146
khushaalan wants to merge 2 commits intokubernetes-sigs:mainfrom
khushaalan:fix/khushaalan/frontend-bug-fork

Conversation

@khushaalan
Copy link
Copy Markdown

Summary

In Multi-Pod logs when Follow is turned on slider return to oldest logs and highest position and do not follow newest.

Related Issue

Fixes #3043

Changes

  • I jz added a fix so that the scroll works as expected. when a new log comes in supposedly it should go to the bottom.. before it was always scrolling back to the top instead of bottom. now works as expected

Steps to Test

  1. Go to Workload
  2. Click on workload -> Deployments
  3. View the Multipod Logs
  4. Turn on Follow

Screenshots (if applicable)

Notes for the Reviewer

  • This is jz a minor frontend fix.

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented Apr 15, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Welcome @khushaalan!

It looks like this is your first PR to kubernetes-sigs/headlamp 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/headlamp has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: khushaalan
Once this PR has been reviewed and has the lgtm label, please assign yolossn for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Apr 15, 2026
Copy link
Copy Markdown
Contributor

@skoeva skoeva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, would you be able to sign the CLA so we can review this PR? thanks!

@khushaalan khushaalan force-pushed the fix/khushaalan/frontend-bug-fork branch from 5a2bdba to 42bd8ec Compare April 15, 2026 21:47
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Apr 15, 2026
@khushaalan khushaalan force-pushed the fix/khushaalan/frontend-bug-fork branch from 42bd8ec to 8b9789d Compare April 15, 2026 21:53
@khushaalan
Copy link
Copy Markdown
Author

@skoeva Hello, i have signed the CLA. can proceed with the review

@khushaalan
Copy link
Copy Markdown
Author

@illume @vyncent-t

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi-pod logs slider dont work as expected

3 participants