k9s/change_logs/release_v0.19.8.md

2.6 KiB

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

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

On Slack? Please join us K9slackers


Music Behind This Release

And now for something a beat different... I figured, why not share one of the tunes I was spinning when powering thru teh bugs. I've just discovered this Turkish band and thought perhaps you can listen when reading this release notes?

Ruh - She Past Away

NOTE! Mind you I grew up with the The Cure, so likely not for everyone here 🙀 NOTE! If you dig this please lmk and will make this a k9s release tradition...

PortForward revisited

While performing port-forwards it could be convenient to use a different IP address on a per cluster basis. For this reason, we are introducing a configuration setting that allows you to set the host IP address for the port-forward dialog on a given cluster. The address currently defaults to localhost.

Big Thanks and all credits goes to Stowe4077 and that very cute dog for raising this issue in the first place!!

In order to change the configuration, edit your k9s config file as follows:

k9s:
  ...
  clusters:
    blee:
      namespace:
        active: ""
        favorites:
        - fred
        - default
      view:
        active: po
      portForwardAddress: 1.2.3.4

Resolved Bugs/Features/PRs


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