K9s - v0.30.2


Release v0.30.2

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!
Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey,
please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

🎄 Maintenance Release! 🎄

🎵 On The eleventh day of Christmas my true love gave to me... More Bugs!! 🎵

Thank you all for pitching in and help flesh out bugs!!


[!!FEATURE NAME CHANGED!!] Vulnerability Scan Exclusions...

As it seems customary with all k9s new features, folks want to turn them off ;(
The Vulscan feature did not get out unscaped ;(
As it was rightfully so pointed out, you may want to opted out scans for images that you do not control.
Tho I think it might be a good idea to run wide open once in a while to see if your cluster has any holes??
For this reason, we've opted to intro an exclusion section under the image scan configuration to exclude certain images from the scans.

Here is a sample configuration:

k9s:
  liveViewAutoRefresh: false
  refreshRate: 2
  ui:
    enableMouse: false
    headless: false
    logoless: false
    crumbsless: false
    noIcons: false
  imageScans:
    enable: true
    # MOTE!! Field Name changed!!
    exclusions:
      # Skip scans on these namespaces
      namespaces:
        - ns-1
        - ns-2
      # Skip scans for pods matching these labels
      labels:
        - app:
          - fred
          - blee
          - duh
        - env:
          - dev

Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2374 The headless parameter does not function properly (v0.30.1)
  • #2372 Unable to set default resource to load (v0.30.1)
  • #2371 --write cli option does not work (0.30.X)
  • #2370 Wrong list of pods on node (0.30.X)
  • #2362 blackList: Use inclusive language alternatives

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #2375 get node filtering params from matching context values
  • #2373 fix command line flags not working

© 2023 Imhotep Software LLC. All materials licensed under Apache v2.0


Details

date
Dec. 25, 2023, 6 a.m.
name
v0.30.2
type
Patch
👇
Register or login to:
  • 🔍View and search all K9s releases.
  • 🛠️Create and share lists to track your tools.
  • 🚨Setup notifications for major, security, feature or patch updates.
  • 🚀Much more coming soon!
Continue with GitHub
Continue with Google
or