Releases: derailed/k9s
0.4.3
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
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
- Sort by age busted Issue #145
- Logs not escaped correctly Issue #137
© 2019 Imhotep Software LLC. All materials licensed under Apache v2.0
0.4.1
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
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!
- Feature #82
- Added ability to view RBAC policies while in clusterrole or role view.
- The RBAC view will auto-refresh just like any K9s views hence showing live RBAC updates
- RBAC view supports standard K8s verbs ie get,list,deletecollection,watch,create,patch,update,delete.
- Any verbs not in this standard K8s verb list, will end up in the EXTRAS column.
- For non resource URLS, we map standard REST verbs to K8s verbs ie post=create patch=update, etc..
- Added initial sorts by name and group while in RBAC view.
- Usage: To activate, enter command mode via
:cror:rofor clusterole(cr)/role(ro), select a row and press<enter> - To bail out of the view and return to previous use
por<esc>
- 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
- Added a new view, code name Fu view to show all the clusterroles/roles associated with a given user.
- The view also supports for checking RBAC Fu for a user, a group or an app via a serviceaccount.
- To activate: Enter command mode via
:fufollowed 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 - For group Fu lookup, use the same command as above and substitute
u:fredwithg:fred - For ServiceAccount fred Fu check: use
s:fred
- Eliminated jitter while scrolling tables
Resolved Bugs
- None
0.3.3
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
- Feature #131
Preliminary support for snapcraft builds ie read trying this out... - Feature #118 Add arm 32/64 bit builds.
NOTE: will need help vetting this out as my rpi cluster is currently down.
Resolved Bugs
- Feature #132. With feelings!
0.3.2
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
- Feature #124
- NodeView Add current cpu/memory percentages to track current load on nodes.
- NodeView Add requested cpu/memory percentages to track how much containers
resources are requested on the cluster. - NodeView Add requested cpu/memory raw metrics
- NodeView Add corresponding column sorters
Resolved Bugs
- None
0.3.1
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
- Refactored a lot of code! So please watch for disturbence in the force!
- Changed cronjob and job aliases names to
cjandjorespectively - JobView: Added new columns
- Completions
- Containers
- Images
- NodeView Added the following columns:
- Available CPU/Mem
- Capacity CPU/Mem
- NodeView Added sort fields for cpu and mem
Resolved Bugs
- Issue #133
- Issue #132
- Issue #129 The easiest bug fix to date ;)
0.3.0
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
- Feature #127
Added PodDisruptionBudgets initial support.
Resolved Bugs
- Issue #126
- Issue #125
- Issue #122 With feeling!
0.2.6
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
- Preliminary drop on sorting by resource columns
- Add sort by namespace, name and age for all views
- Add invert sort functionality on all sortable views
- Add sort on pod views for metrics and most other columns
- 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
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
logBufferSizeto limit the size of the log view while viewing chatty or big logs.
