K9s Versions Save

🐶 Kubernetes CLI To Manage Your Clusters In Style!

v0.31.4

4 months ago

Release v0.31.4

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

Maintenance Release!

More aftermath...

Thank you all for pitching in and helping flesh out issues!!

Please make sure to add gory details to issues ie relevant configs, debug logs, etc...

Comments like: same here! or me to! doesn't really help us zero in. Everyone has slightly different settings/platforms so every little bits of info helps with the resolves. Thank you!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2463 v0.31.3 (Linux_amd64) gives runtime error on startup

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

v0.31.3

4 months ago

Release v0.31.3

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

Maintenance Release!

The aftermath...

Thank you all for pitching in and helping flesh out issues!!

Please make sure to add gory details to issues ie relevant configs, debug logs, etc...

Comments like: same here! doesn't really help us zero in. Everyone has slightly different settings/platforms so every little bits of info helps with the resolves. Thank you!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2459 No permission to see deployments/statefulsets even though I have them
  • #2458 panic on run without current context
  • #2454 Invoking K9s ends in panic question
  • #2435 "yaml: line 15: could not find expected ':'" error bug question (May be??)

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

v0.31.2

4 months ago

Release v0.31.2

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

Maintenance Release!

Yikes! The aftermath...

Thank you all for pitching in and helping flesh out issues!!

Please make sure to add gory details to issues ie relevant configs, debug logs, etc...

Comments like: same here! doesn't really help us zero in. Everyone has slightly different settings/platforms so every little bits of info helps with the resolves. Thank you!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2449 [Bug]: views.yaml columns not respected on startup
  • #2448 Missing '.thresholds' in config.yaml result in 'assignment to entry in nil map'
  • #2446 Context Switch unreliable/not working

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

v0.31.1

4 months ago

Release v0.31.1

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers


♫ Sounds Behind The Release ♭


A Word From Our Sponsors...

To all the good folks below that opted to pay it forward and join our sponsorship program, I salute you!!

Sponsorship cancellations since the last release: 7! 🥹

Feature Release!

😳 Found a few issues in the neutrino drive... This is another fairly heavy drop so bracing for impact 😱 Be sure to dial in the v0.31.0 SneakPeek video below for the gory details!

😵 Hopefully we've move the needle in the right direction on this drop... 🤞

Thank you all for your kindness, feedback and assistance in flushing out issues!!

☢️ Repeating v0.31.0 release notes here as we tweaked the initial drop ☢️

Hold My Hand...

In this drop, we've added schema validation to ensure various configs are setup as expected. K9s will now run validation checks on the following configurations:

  1. K9s main configuration (config.yaml)
  2. Context specific configs (clusterX/contextY/config.yaml)
  3. Skins
  4. Aliases
  5. HotKeys
  6. Plugins
  7. Views

K9s behavior changed in this release if the main configuration does not match schema expectations. In the past, the configuration will be validated, updated and saved should validation checks failed. Now the app will stop and report validation issues.

The schemas are set to be a bit loose for the time being. Once we/ve vetted they are cool, we could publish them out (with additional TLC!) so k9s users can leverage them in their favorite editors.

In the meantime, you'll need to keep k9s logs handy, to check for validation errors. The validation messages can be somewhat cryptic at times and so please be sure to include your debug logs and config settings when reporting issues which might be plenty ;(.

Breaking Bad!

With this release, k9s may not start correctly if the config.yaml configurations are incorrect!

Configuration changes:

  1. DRY fullScreenLogs -> fullScreens (k9s root config.yaml)

    #  $XDG_CONFIG_HOME/k9s/config.yaml
    k9s:
      liveViewAutoRefresh: false
      logger:
        sinceSeconds: -1
        fullScreen: false # => Was fullScreenLogs
      ...
    
  2. Views Configuration. To match other configurations the root is now views: vs k9s: views:

    # $XDG_CONFIG_HOME/k9s/views.yaml
    views: # => Was k9s:\n  views:
     v1/pods:
       columns:
         - AGE
         - NAMESPACE
         ...
    

Serenity Now!

You can now opt in/out of the reactive ui feature. This feature enable users to make change to some configurations and see changes reflected live in the ui. This feature is now disabled by default and one must opt-in to enable via k9s.UI.reactive Reactive UI provides for monitoring various config files on disk and update the UI when changes to those files occur. This is handy while tuning skins, plugins, aliases, hotkeys and benchmarks parameters.

# $XDG_CONFIG_HOME/k9s/config.yaml
k9s:
  liveViewAutoRefresh: false
  UI:
    ...
    reactive: true # => enable/disable reactive UI
  ...

Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2434 readOnly: true in config.yaml doesnt get overriden by readOnly: false in cluster config
  • #2430 Referencing a namespace with the name of an alias inside an alias causes infinite loop
  • #2428 Boom!! runtime error: invalid memory address or nil pointer dereference - v0.30.8
  • #2421 k9s/config.yaml configuration file is overwritten on launch

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #2433 switch contexts only when needed
  • #2429 Reference correct configuration ENV var in README
  • #2426 Update carvel plugin kick to shift K
  • #2420 supports referencing envs in hotkeys
  • #2419 fix typo

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

v0.31.0

4 months ago

Release v0.31.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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers


♫ Sounds Behind The Release ♭


A Word From Our Sponsors...

To all the good folks below that opted to pay it forward and join our sponsorship program, I salute you!!

Sponsorship cancellations since the last release: 7! 🥹

Feature Release!

😳 Found a few issues in the neutrino drive... This is another fairly heavy drop so bracing for impact 😱 Be sure to dial in the v0.31.0 SneakPeek video below for the gory details!

😵 Hopefully we've move the needle in the right direction on this drop... 🤞

Thank you all for your kindness, feedback and assistance in flushing out issues!!

Hold My Hand...

In this drop, we've added schema validation to ensure various configs are setup as expected. K9s will now run validation checks on the following configurations:

  1. K9s main configuration (config.yaml)
  2. Context specific configs (clusterX/contextY/config.yaml)
  3. Skins
  4. Aliases
  5. HotKeys
  6. Plugins
  7. Views

K9s behavior changed in this release if the main configuration does not match schema expectations. In the past, the configuration will be validated, updated and saved should validation checks failed. Now the app will stop and report validation issues.

The schemas are set to be a bit loose for the time being. Once we/ve vetted they are cool, we could publish them out (with additional TLC!) so k9s users can leverage them in their favorite editors.

In the meantime, you'll need to keep k9s logs handy, to check for validation errors. The validation messages can be somewhat cryptic at times and so please be sure to include your debug logs and config settings when reporting issues which might be plenty ;(.

Breaking Bad!

Configuration changes:

  1. DRY fullScreenLogs -> fullScreens (k9s root config.yaml)

    #  $XDG_CONFIG_HOME/k9s/config.yaml
    k9s:
      liveViewAutoRefresh: false
      logger:
        sinceSeconds: -1
        fullScreen: false # => Was fullScreenLogs
      ...
    
  2. Views Configuration. To match other configurations the root is now views: vs k9s: views:

    # $XDG_CONFIG_HOME/k9s/views.yaml
    views: # => Was k9s:\n  views:
     v1/pods:
       columns:
         - AGE
         - NAMESPACE
         ...
    

Serenity Now!

You can now opt in/out of the reactive ui feature. This feature enable users to make change to some configurations and see changes reflected live in the ui. This feature is now disabled by default and one must opt-in to enable via k9s.UI.reactive Reactive UI provides for monitoring various config files on disk and update the UI when changes to those files occur. This is handy while tuning skins, plugins, aliases, hotkeys and benchmarks parameters.

# $XDG_CONFIG_HOME/k9s/config.yaml
k9s:
  liveViewAutoRefresh: false
  UI:
    ...
    reactive: true # => enable/disable reactive UI
  ...

Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2434 readOnly: true in config.yaml doesnt get overriden by readOnly: false in cluster config
  • #2430 Referencing a namespace with the name of an alias inside an alias causes infinite loop
  • #2428 Boom!! runtime error: invalid memory address or nil pointer dereference - v0.30.8
  • #2421 k9s/config.yaml configuration file is overwritten on launch

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #2433 switch contexts only when needed
  • #2429 Reference correct configuration ENV var in README
  • #2426 Update carvel plugin kick to shift K
  • #2420 supports referencing envs in hotkeys
  • #2419 fix typo

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

v0.30.8

4 months ago

Release v0.30.8

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

Maintenance Release!

Thank you all for pitching in and helping flesh out issues!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2423 CPU and MEM counters of AKS clusters show not available
  • #2418 Boom! runtime error: invalid memory address or nil pointer dereference

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #2424 fix the check for whether the cluster supports metrics

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

v0.30.7

4 months ago

Release v0.30.7

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

Maintenance Release!

Thank you all for pitching in and helping flesh out issues!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2414 View pods with context filter, along with namespace filter, prompts an error if the namespace exists only in the desired context
  • #2413 Typing apply -f in command bar causes k9s to crash
  • #2407 Long-running background plugins block UI rendering

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #2415 Add boundary check for args parser
  • #2411 Use dash as a standard word separator in skin names

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

v0.30.6

4 months ago

Release v0.30.6

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

🎄 Maintenance Release! 🎄

Thank you all for pitching in and helping flesh out issues!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2401 Context completion broken with mixed case context names
  • #2400 Panic on start if dns lookup fails
  • #2387 Invalid namespace xxx - with feelings??

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

v0.30.5

4 months ago

Release v0.30.5

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

🎄 Maintenance Release! 🎄

Thank you all for pitching in and helping flesh out issues!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2394 Allow setting custom log dir
  • #2393 When switching contexts k9s does not switching to cluster's pod/namespaces/other k8s kinds view
  • #2387 Invalid namespace xxx - with feelings!

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #2396 feat: allow to customize logs dir through environment variable
  • #2395 fix: create user tmp directory before the app one

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

v0.30.4

4 months ago

Release v0.30.4

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 are, as ever, very much noted and appreciated! Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers

🎄 Maintenance Release! 🎄

Thank you all for pitching in and helping flesh out issues!!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #2391 Version 0.30.* has issues with : chars in the cluster names from AWS
  • #2397 Error: invalid namespace xxx
  • #2389 Mixed-case named contexts cannot be switched to from contexts view
  • #2382 Header always shows Cluster from kubeconfig current-context

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #2390 case sensitive for specific command args and flags

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