
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):
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
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 - #2732