Release v0.24.8
Notes
Thank you to all that contributed with flushing out issues and enhancements for K9s! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make K9s better are as ever very much noted and appreciated!
If you feel K9s is helping your Kubernetes journey, please consider joining our sponsorhip program and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
Maintenance Release!
NodeShell args
In this drop, we've added additional configurations to the k9s node shell so you can override the command and args for your node shell containers.
# $HOME/.k9s/config.yml
...
minikube:
view:
active: pod
featureGates:
nodeShell: true
shellPod:
image: busybox:1.31
# New!
command: ["/bin/sh", "-c"]
# New!
args: ["ls -al"]
namespace: default
limits:
cpu: 100m
memory: 100Mi
...
Resolved Issues
- Issue #1106 Remove padding while in full screen
- Issue #1104 Config args for shellPod
- Issue #1102 Explicitly announce no metrics are available
- Issue #1097 Delete resource dialog stopped working
- Issue #1093 Leading comma in command column
- Issue #1094 Screendumps empty on EKS
- Issue #1060 Exception when setting container image
- Issue #1081 Color issue on startup
- Issue #1078 Nord skin
- Issue #1075 Crash on mouse click out of main window
- Issue #1070 lose cursor on windows 10
- Issue #1068 Build error 0.24.7
- Issue #1063 Weird colour scheme on windows
Resolved PRs
- PR #1101 propagate insecure-skip-tls-verify
© 2020 Imhotep Software LLC. All materials licensed under Apache v2.0