You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I filter pods by pressing f "global filtering by resource name", when I highlight the pod I want to enter with the arrow keys, then press enter to enter the pod, I enter a completely different pod. It appears that the index from the list of unfiltered pods list is still getting used to select which pod to enter.
To Reproduce
Steps to reproduce the behavior or a screencast
on pod resource pane
apply global filter
highlight pod and note name
Enter
Note pod entered is not the same
Expected behavior
Enter the correct pod
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS and OS version: Debian GNU/Linux 12 (bookworm) on Windows 10 x86_64 Kernel: 5.15.133.1-microsoft-standard-WSL2
Terminal name and version : WSL Relay(32540)
Shell name and version: bash 5.2.15
Kubectl Client Version: 1.29
Kubectl Server Version: 1.29
KDash version: 0.6.0
The text was updated successfully, but these errors were encountered:
I can confirm that the pod that was highlighted before applying the filter is the pod that is entered after applying the filter. If I use the arrow keys to move the selection highlight one pod down, and enter that pod, I still don't enter into the selected pod shown, but instead enter into the second pod from the un-filtered list of pods.
Therefore, the index or list used to enter into a pod is not getting updated after filtering the list of pods.
On Fri, Mar 8, 2024 at 4:43 PM clayms ***@***.***> wrote:
I can confirm that the pod that was highlighted before applying the filter
is the pod that is entered after applying the filter. If I use the arrow
keys to move the selection highlight one pod down, and enter that pod, I
still don't enter into the selected pod shown, but instead enter into the
second pod from the un-filtered list of pods.
Therefore, the index or list used to enter into a pod is not getting
updated after filtering the list of pods.
—
Reply to this email directly, view it on GitHub
<#445 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIOKF3QB32CLP2QOE3DVGLYXHMA5AVCNFSM6AAAAABEMZ6YMOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBVHEZDANRYGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Describe the bug
When I filter pods by pressing f "global filtering by resource name", when I highlight the pod I want to enter with the arrow keys, then press enter to enter the pod, I enter a completely different pod. It appears that the index from the list of unfiltered pods list is still getting used to select which pod to enter.
To Reproduce
Steps to reproduce the behavior or a screencast
Expected behavior
Enter the correct pod
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: