Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.67 KB

release_0.8.1.md

File metadata and controls

55 lines (33 loc) · 2.67 KB

Release v0.8.1

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 is as ever very much noticed and appreciated!

Also if you dig this tool, please make some noise on social! @kitesurfer


Change Logs

FuzzBuster!

So it looks like going all fuzzy was a mistake as we've lost some nice searchability feature with the regex counterpart. No worries tho Fuzzy is still around! The logic for searching will default to regex like all prior K9s version. To enable fuzzy logic, I figured we will use the same idea as we did with label filters using /-lapp=bobo but instead using /-fpromset

Location, Location, Location!

There was a few issues related to screen real estate with K9s or more specifically the lack of it! Some folks flat out decided not to use K9s just because of the ASCII Logo ;( WTF! In this drop, I'd like to introduce a new presentation mode aka Headless.

Using the following command you can now run K9s headless:

k9s --headless # => Launch K9s without the header rows

NOTE! If you forgot your K9s shortcuts already, fear not! I've also updated the help menu so ? will remind you of all the available options.

Lastly if you really dig the headless mode, you can sneak an extra headless: true in your ./k9s/config.yml like so:

k9s:
  refreshRate: 2
  headless: false
  ...

Menu Shortcuts

Some folks correctly pointed out the issue with the Alt-XXX. Totally my bad as my external mac keyboard unlike my MBP keyboard shows option and alt as the same key. So I've added a check to make sure the correct mnemonic is displayed based on you OS. Big Thanks for the call out to Ming, Eldad, Raman and Andrew!! Hopefully it did not hose the menu options in the process... 🙏


Resolved Bugs/Features


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