Ctrl+D removes a pod instantly
Describe the bug Looks like Ctrl+D behavior is now like a kill
To Reproduce Steps to reproduce the behavior:
- Just try to remove a pod using ctrl+d. It will be removed instantly.
Expected behavior
Ctrl+D removes a pod gracefully
Ctrl+K kills a pod instantly
Screenshots
If applicable, add screenshots to help explain your problem.
After pressing OK:

Versions (please complete the following information):
- OS: MacOs Monterey 12.5
- K9s: 0.26.3
- K8s: 1.22.10
Additional context Add any other context about the problem here.
@derailed why did you add defaultKillGrace = 1 week ago? @Noksa thanks for reporting it!
Had to rollback to v0.26.0
@Noksa Fixed in v0.26.4!
@derailed Thanks!