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
"Jump Owner" feature works briefly after startup on CRDs, and then stops working, reporting an error message (at the bottom of the screen and in the log):
😡 Watcher failed for example.com/v1/bar.example.com -- the server could not find the requested resource (get bar.example.com.example.com test3)
Note that the name of the resource type it tries to get (example.com/v1/bar.example.com) is incorrect: it contains .example.com suffix which it shouldn't.
This issue is possibly related to #3025 and #2936, likely caused by the same bug.
To Reproduce
Steps to reproduce the behavior:
Start with K9s opening at the list of some CRD type (example.com/v1/Foo) objects that have another CRD type (example.com/v1/Bar) objects assigned as owner.
Press Shift-J to jump to the owner type. Observe that it was successful.
Wait 60 seconds.
Press Shift-J to jump to the owner type. Usually this fails for me (error is shown and logged, empty list for the owner CRD is shown), but occasionally it succeeds. In this case, go back to the example.com/v1/Foo list by pressing Escape, and repeating step 4 a few times until it fails.
Historical Documents
10:49PM ERR Watcher failed for example.com/v1/bar.example.com -- the server could not find the requested resource (get bar.example.com.example.com test3) error="the server could not find the requested resource (get bar.example.com.example.com test3)"
Expected behavior
Jumping to owner works predictably with CRDs.
Versions (please complete the following information):
OS: OSX 14.6.1 (23G93)
K9s: 0.32.7
K8s: v1.26.4+k3s1
The text was updated successfully, but these errors were encountered:
Describe the bug
"Jump Owner" feature works briefly after startup on CRDs, and then stops working, reporting an error message (at the bottom of the screen and in the log):
Note that the name of the resource type it tries to get (
example.com/v1/bar.example.com
) is incorrect: it contains.example.com
suffix which it shouldn't.This issue is possibly related to #3025 and #2936, likely caused by the same bug.
To Reproduce
Steps to reproduce the behavior:
example.com/v1/Foo
) objects that have another CRD type (example.com/v1/Bar
) objects assigned as owner.Shift-J
to jump to the owner type. Observe that it was successful.Shift-J
to jump to the owner type. Usually this fails for me (error is shown and logged, empty list for the owner CRD is shown), but occasionally it succeeds. In this case, go back to theexample.com/v1/Foo
list by pressing Escape, and repeating step 4 a few times until it fails.Historical Documents
Expected behavior
Jumping to owner works predictably with CRDs.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: