k9s/change_logs/release_v0.19.5.md

4.0 KiB
Raw Permalink Blame History

Release v0.19.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 is as ever very much noticed and appreciated!

Also if you dig this tool, consider joining our sponsorship program and/or make some noise on social! @kitesurfer

On Slack? Please join us K9slackers


A Word From Out Sponsors...

First off, I would like to send a Big Thank You to the following generous K9s friends for joining our sponsorship program and supporting this project!

Disruption In The Force

During this drop, I've gotten totally slammed by other forces ;( I've had so many disruptions that affected my quasi normal flow hence this drop might be a bit wonky ;( So please proceed with caution!!

As always please help me flush/report issues and I'll address them promptly! Thank you so much for your understanding and patience!! 🙏👨‍❤️‍👨😍

Improved Node Shell Usability

In this drop we've changed the configuration of the node shell action that lets you shell into nodes. Big thanks to Patrick Decat for helping us flesh out this beta feature! We've added configuration to not only customize the image but also the resources and namespace on how to run these K9s pods on your clusters. The new configuration is set at the cluster scope level.

Here is an example of the new pod shell config options:

# $HOME/.k9s/config.yml
k9s:
  clusters:
    blee:
      featureGates:
        # You must enable the nodeShell feature gate to enable shelling into nodes
        nodeShell: true
      # NEW! You can now tune the pod specification: currently image, namespace and resources
      shellPod:
        image: cool_kid_admin:42
        namespace: blee
        limits:
          cpu: 100m
          memory: 100Mi

Resolved Bugs/Features/PRs


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