kube-ps1

Kubernetes prompt info for bash and zsh

APACHE-2.0 License

Downloads
687
Stars
3.5K
Committers
22

Bot releases are visible (Hide)

kube-ps1 - kube-ps1 v0.9.0 release Latest Release

Published by jonmosco 4 months ago

Brief CHANGELOG for changes since 0.8.0:

  • Merge pull request #184 from fox-forks/hyperupcall-accuracy
  • readme: Improve accuracy of KUBE_PS1_* variables
  • Merge pull request #175 from jonathanmdr/master
  • Merge pull request #1 from jonathanmdr/fix-typo-from-copy-button-readme
  • docs(README.md): Removing typos in the README file to use copy button correctly
  • Merge pull request #174 from Artmorse/rprompt
  • RPROMPT added in documentation.
  • fix broken link for OC download, add PROMPT config to omz section. Fixes #172
  • Merge pull request #173 from pansachin/spell-correction
  • Spelling correction
  • bump copyright

Next commit will include symbol/glyph updates and an overhaul of the README.

Thank you to everyone for using this project!

kube-ps1 - kube-ps1 v0.8.0 release

Published by jonmosco almost 2 years ago

Long overdue release. Lots of changes and updates, prob to many to mention here. CHANGELOG will be updated more frequently to keep track of changes.

Next version I am targeting a v1 release. Some functions will be cleaned up, and arguments to customize the prompt will be put in place to help cut down on exported variables.

Notable changes:

  • function name updates to be more descriptive
  • added openshift glyph option (#164)
  • Improve caching to account for deleted/missing kube config files (#118)
  • Added ability to change the color of KUBE_PS1_PREFIX and KUBE_PS1_SUFFIX (#79)
  • Added option to turn off image padding. Defaults to true. There were some troubles with terminals overlapping the symbol (#126)

Thank you to the community for all the suggestions and fixes, and especially for using this project!

kube-ps1 - kube-ps1 0.7.0

Published by jonmosco over 5 years ago

  • Merged (#47) to allow modification of cluster and namespace with user supplied functions
  • Color handling now takes named arguments properly for base colors and integer values for 256 colors
  • For zsh, stat module is loaded with zmodload -F zsh/stat b:zstat to avoid conflict with system or user stat
kube-ps1 - kube-ps1 0.6.0

Published by jonmosco over 6 years ago

  • Symbol function cleanup
kube-ps1 - kube-ps1 0.5.0

Published by jonmosco over 6 years ago

  • updates to kubeon/kubeoff
  • Background color support
  • Fix for symbol that caused tab completion issues
kube-ps1 - kube-ps1 0.4.0

Published by jonmosco almost 7 years ago

kube-ps1 - kube-ps1 0.3.0

Published by jonmosco almost 7 years ago

Bash cleanup, updated README.

kube-ps1 - kube-ps1 0.2.0

Published by jonmosco almost 7 years ago

Lots of enhancements and cleanup.

kube-ps1 - kube-ps1 0.1.0

Published by jonmosco almost 7 years ago

Initial stable release of prompt script

  • Bash and ZSH support