This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updating package k9s to release v0.19.0.
Release info
Release v0.19.0
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 consider sponsoring 👆us or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
A Word From Our Sponsors...
It makes me always very happy to hear folks are digging this effort and using K9s daily! If you feel this way please tell us and consider joining our sponsorship program.
Big Thank You! to hornbech for joining our sponsors!
K8s v1.18.0 Support
As you might have heard, the good Kubernetes folks just dropped some big features in this new release. ATTA Girls/Boys!! We've (painfully) updated K9s to now link with the latest and greatest apis. Likely more work will need to take place here as I am still trying to catch up with the latest enhancements. This is great to see and excellent for all our Kubernetes friends!
Oh Biffs'em And Buffs'em Popeye!
As you may know, I am the author of Popeye a Kubernetes cluster linter/sanitizer. Popeye scans your clusters live and reports potential issues, things like: referential integrity, misconfiguration, resource usage, etc...
In this drop, we've integrated K9s and Popeye to produce what I believe is a killer combo. Not only can you manage/observe your cluster resources in the wild, but you can now assert that your resources are indeed cool and potentially get ride of dead weights that might add up to your monthly cloud service bills. How cool is that?
In order to run your sanitization and produce reports, you can enter a new command
:popeye
. Once your cluster sanitization is complete, you can use familiar keyboard shortcuts to sort columms and view the sanitization reports by pressingenter
on a given resource linter. Popeye also supports a configuration file namelyspinach.yml
, this file provides for customizing what resources get scanned as well as setting different severity levels to your own company policies. Please read the Popeye docs on how to customize your reports. The spinach.yml file will be read from K9s home directory$HOME/.k9s/MY_CLUSTER_CONTEXT_NAME_spinach.yml
NOTE! This is very much still experimental, so you may experience some disturbances in the force! And remember PRs are always open ;)
Command History Support
K9s now supports for command history. Entering command mode via
:
you can now up/down arrow to navigate thru your command history. Pressiontab
orctrl-e
or->
will activate the selected command uponenter
.K9s Icons
Some terminals often don't offer icon support. In this release there is a new option
noIcons
available to enable/disable K9s icons. By default this option is setfalse
. You can now set your icon preference in the K9s config file as follows:[BR]eaking bad Helm!
If you're operating helm charts via k9s this feature is currently suspended as helm has not yet updated to K8s v1.18. This is an accidental victim of the 1.18 push. We will re-enable once the helm catch up to the latest k8s.
Videos!
Resolved Bugs/Features/PRs
© 2020 Imhotep Software LLC. All materials licensed under Apache v2.0