Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@derailed derailed released this 12 Apr 20:18
· 1565 commits to master since this release

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