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
On the Poddisruptionsbudgets view, the Toggle Wide and Toggle Faults commands are broken.
The Toggle Wide command has no effect. No additional columns are seen.
The Toggle Faults command leads to a panic. This is the error - Boom!! runtime error: invalid memory address or nil pointer dereference.
To Reproduce
Steps to reproduce the behavior:
Create a PDB using api version policy/v1.
Navigate to PDBs view
Toggle Wide (No effect seen)
Toggle Faults. You should see a runtime error.
Expected behavior
Expected both the commands to work.
Versions (please complete the following information):
K9s: v0.32.4
K8s: v1.27
Additional context
I think the issue is because k9s is using an older removed api version of policy/v1beta1. I already have a PR to fix this - #2732
The text was updated successfully, but these errors were encountered:
Describe the bug
On the Poddisruptionsbudgets view, the Toggle Wide and Toggle Faults commands are broken.
The Toggle Wide command has no effect. No additional columns are seen.
The Toggle Faults command leads to a panic. This is the error -
Boom!! runtime error: invalid memory address or nil pointer dereference.
To Reproduce
Steps to reproduce the behavior:
policy/v1
.Expected behavior
Expected both the commands to work.
Versions (please complete the following information):
Additional context
I think the issue is because k9s is using an older removed api version of
policy/v1beta1
. I already have a PR to fix this - #2732The text was updated successfully, but these errors were encountered: