Releases: derailed/k9s
0.6.1
Release v0.6.1
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Resolved Bugs
- Issue #171 With feelings...
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.6.0
Release v0.6.0
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
K9s Got Skins
You can now skin K9s based on your own sense of style. Skinning, is currently limited to color variations and is still very much experimental. More details on how to achieve this is provided in the README and skins sample directory on this repo. This could be a prime opportunity for someone to contribute to this project and help us come up with some cooler looks and share with all K9s folks. Any cool skins contributed will be added and featured in this repo 🐶!
Possible instability
Just spent my birthday weekend tracking down a weird synchronization issue ;( I might have introduced some instability in the process. So please thread lightly and
please report any weirdness. Thank you!!
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.5.2
Release v0.5.2
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.5.1
Release v0.5.1
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Minor code cleanup and some display bug fixes.
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.5.0
Release v0.5.0
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
I am super excited about this drop of K9s. Lot's of cool improvements based on K9s friends excellent feedback!
Popeye
Turns out Popeye is in too much flux at present, thus I've decided to remove it from K9s for the time being.
ContainerView
Added a container view to list all the containers available on a given pod. On a selected pod, you can now press <enter>
to view all of it's associated containers. Once in container view pressing <enter>
on a selected container, will show the container logs.
Resource Traversals
Ever wanted to know where your pods originated from?
Fear not, K9s has got your back! Some folks have expressed desires to navigate from a deployment to it's pods or see which pods are running on a given node. Whether you are starting from a Node, a Deployment, ReplicaSet, DaemonSet or StatefulSet, you can now simply <enter>
of a selected item a view the associated pods. Issue #149
RollingBack ReplicaSets
You can now select a ReplicaSet and rollback your Deployment to that version. Enter the command mode via :rs
to view ReplicaSets, select the replica you want to rollback to and use Ctrl-B
to rollback your deployment to that revision.
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.4.8
Release v0.4.8
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.4.7
Release v0.4.7
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Popeye Support
Managing and operating a cluster is the wild is hard and getting harder.
I've created Popeye to help with
cluster sanitation and best practices. Since K9s folks are so
awesome, you're getting a sneak peek! I figured why not integrate it with K9s?
No need to install yet another CLI right? Provided I did not mess this up too much,
you should now be able to use command mod :popeye
to access Popeye sanitizer reports within
K9s and scan your clusters. You can read more about it here
and if you like so give it a clap or two ;)
NOTE: In a K9s environment, if you'd like to specify a spinach config file, you must set it in your $HOME/.k9s/spinach.yml.
NOTE: There is a bit more that need to be done on this integration to be complete. Please file an issue if something does not work as expected.
NOTE: Popeye will run it's own course and K9s is just a viewer for it, so if you'd like additional sanitation or find Popeye related issues, please tune to the corresponding repo!
Let us know if you dig it? And share your before/after clusters scores!
Resolved Bugs
- Great find! Thank you @swe-covis! Moved alias view to
Ctrl-A
Issue #156 - Added toggle autoscroll via
s
key Issue #155
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.4.6
Release v0.4.6
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Resolved Bugs
- Node overview column ordering Issue #153
- Changed foreground color on container pick list Issue #132
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.4.5
Release v0.4.5
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Multi containers
There was an issue where we ran into limitations with the container
selection keyboard shortcuts only allowing up to 10 containers. In this release, we've changed to a pick list vs the menu
to select containers for both shell and logs access. This gives K9s the ability to select up to 26 containers now. This
is not in any way an encouragement to have so many containers per pods!!
Alias View ShortCut
The change above entailed having to move the alias shortcut to A
vs a
as the pick list shortcuts conflicted with
the alias view keyboard activation.
Resolved Bugs
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.4.4
Release v0.4.4
Notes
Thank you to all that contributed with flushing out issues with 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.
Thank you so much for your support and awesome suggestions to make K9s better!!
Also if you dig this tool, please make some noise on social! @kitesurfer
Change Logs
Exiting K9s
There are a few debates about drathers on K9s key bindings. I have caved in
and decided to give up my beloved 'q' for quit which will no longer be bound. As of this release quitting K9s must be done via :q
or ctrl-c
.
Container Logs
Feature #147. The default behavior was to pick the first available container. Which meant if the pod has an init container, the log view would choose that.
The view will now choose the first non init container. Most likely it
would be the wrong choice in pod's sidecar scenarios, but for the time
being showing log on one of the init containers just did not make much sense. You can still pick other containers via the menu options. We will implement a better solution for this soon...
Delete Dialog
Feature #146 Tx @dperique!
Pressing <enter>
on the delete dialog would delete the resource. Now
cancel
is the default button. Hence you must use <tab>
or ->
to
select OK
then press <enter>
to delete.
Resolved Bugs
- None
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0