Skip to content

Releases: derailed/k9s

0.4.3

01 Apr 01:10

Choose a tag to compare

0.4.3 Pre-release
Pre-release

Release v0.4.3

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

  • Sort by age busted (with feeling edition!) Issue #145

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

0.4.2

31 Mar 16:04

Choose a tag to compare

0.4.2 Pre-release
Pre-release

Release v0.4.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

o Decode Secrets On Demand

Secrets can now be base64 decoded to view their actual content.

In the secret view you can use ctrl-x to decode a selected secret. Feature #123

o YAML Highlighter

Describe and YAML commands will now yield syntax highlighted views.
Feature #142


Resolved Bugs


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

0.4.1

30 Mar 23:33

Choose a tag to compare

0.4.1 Pre-release
Pre-release

Release v0.4.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!!


Change Logs

o Subject View

You can now view users/groups that are bound by RBAC rules without having to type to full subject name.
To activate use the following command mode

# For users
:usr
# For groups
:grp

These commands will pull all the available cluster and role bindings associated with these subject types.
Use select + <enter> to see the associated RBACK policy rules.
You can also filter/sort, like in any other K9s views with the added bonus of auto updates when new user/group bindings come into your clusters.

To see ServiceAccount RBAC policies, you can navigate to the serviceaccount view aka :sa and select + <enter> to view the associated policy rules.

o FuView is now PolicyView

The Fu command has been depracated for pol(icy) command to see all RBAC policies available on a subject. You can use pol (instead of fu) to list out RBAC policies associated with a
user/group or serviceaccount.

# To list out all the RBAC policies associated with user `fernand`
:pol u:fernand

Enter. Yes Please!

Pressing <enter> on most resource views will now describe the resource by default.


Resolved Bugs

  • RBAC long subject names Issue #143
  • Support HPA v1 Issue #140

    NOTE: Describe on v1 HPA is busted just like it is when running kubectl v1.13
    against an older cluster.


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

0.4.0

28 Mar 20:58

Choose a tag to compare

0.4.0 Pre-release
Pre-release

Release v0.4.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!!


Change Logs

NOTE! Lots of changes here, please report any disturbances in the force. Thank you!

  1. Feature #82
    1. Added ability to view RBAC policies while in clusterrole or role view.
    2. The RBAC view will auto-refresh just like any K9s views hence showing live RBAC updates
    3. RBAC view supports standard K8s verbs ie get,list,deletecollection,watch,create,patch,update,delete.
    4. Any verbs not in this standard K8s verb list, will end up in the EXTRAS column.
    5. For non resource URLS, we map standard REST verbs to K8s verbs ie post=create patch=update, etc..
    6. Added initial sorts by name and group while in RBAC view.
    7. Usage: To activate, enter command mode via :cr or :ro for clusterole(cr)/role(ro), select a row and press <enter>
    8. To bail out of the view and return to previous use p or <esc>
  2. One feature that was mentioned in the comments for the RBAC feature above Tx faheem-cliqz! was the ability to check RBAC rules for a given user. Namely reverse RBAC lookup
    1. Added a new view, code name Fu view to show all the clusterroles/roles associated with a given user.
    2. The view also supports for checking RBAC Fu for a user, a group or an app via a serviceaccount.
    3. To activate: Enter command mode via :fu followed by u|g|s:subject + <enter>.
      For example: To view user fred Fu enter :fu u:fred + <enter> will show all clusterroles/roles and verbs associated
      with the user fred
    4. For group Fu lookup, use the same command as above and substitute u:fred with g:fred
    5. For ServiceAccount fred Fu check: use s:fred
  3. Eliminated jitter while scrolling tables

Resolved Bugs

  • None

0.3.3

26 Mar 18:42

Choose a tag to compare

0.3.3 Pre-release
Pre-release

Release v0.3.3

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!!


Change Logs

  1. Feature #131
    Preliminary support for snapcraft builds ie read trying this out...
  2. Feature #118 Add arm 32/64 bit builds.
    NOTE: will need help vetting this out as my rpi cluster is currently down.

Resolved Bugs

0.3.2

26 Mar 01:05

Choose a tag to compare

0.3.2 Pre-release
Pre-release

Release v0.3.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!!


Change Logs

  1. Feature #124
    1. NodeView Add current cpu/memory percentages to track current load on nodes.
    2. NodeView Add requested cpu/memory percentages to track how much containers
      resources are requested on the cluster.
    3. NodeView Add requested cpu/memory raw metrics
    4. NodeView Add corresponding column sorters

Resolved Bugs

  • None

0.3.1

25 Mar 20:54

Choose a tag to compare

0.3.1 Pre-release
Pre-release

Release v0.3.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!!


Change Logs

  1. Refactored a lot of code! So please watch for disturbence in the force!
  2. Changed cronjob and job aliases names to cj and jo respectively
  3. JobView: Added new columns
    1. Completions
    2. Containers
    3. Images
  4. NodeView Added the following columns:
    1. Available CPU/Mem
    2. Capacity CPU/Mem
  5. NodeView Added sort fields for cpu and mem

Resolved Bugs

0.3.0

22 Mar 05:36

Choose a tag to compare

0.3.0 Pre-release
Pre-release

Release v0.3.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!!


Change Logs

  1. Feature #127
    Added PodDisruptionBudgets initial support.

Resolved Bugs

0.2.6

16 Mar 22:55

Choose a tag to compare

0.2.6 Pre-release
Pre-release

Release v0.2.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!!


Change Logs

  1. Preliminary drop on sorting by resource columns
  2. Add sort by namespace, name and age for all views
  3. Add invert sort functionality on all sortable views
  4. Add sort on pod views for metrics and most other columns
  5. For all other views we will add custom sort on a per request basis

Resolved Bugs

  • Issue #117
    Was filtering out inactive ns which need to be there for all to see anyway!
  • Issue #59

0.2.5

16 Mar 01:39

Choose a tag to compare

0.2.5 Pre-release
Pre-release

Release v0.2.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!!


Change Logs

  • Added a help view to show available key bindings. Use <?> to access it.
  • Alias view is now accessible via key <a>
  • Pressing <enter> while on the namespace/context views will navigate directly to the pods view.
  • Added resource view breadcrumbs to easily navigate in history. Use key <p> to navigate back.
  • Added configuration logBufferSize to limit the size of the log view while viewing chatty or big logs.

Resolved Bugs