Skip to content

droctothorpe/kubecolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubecolor

Kubecolor is a bash function that colorizes the output of kubectl get events -w.

Installation

Bash / Fish / Manual

If you're using Bash or Fish:

mkdir ~/.kubecolor
cd $_
git clone https://github.com/droctothorpe/kubecolor.git 
echo "source ~/.kubecolor/kubecolor/kubecolor.bash" >> ~/.bash_profile # (or ~/.bashrc)
source ~/.bash_profile # (or ~/.bashrc)

Antigen

If you're using Antigen:

  1. Add antigen bundle droctothorpe/kubecolor.git to your .zshrc where you've listed your other plugins.
  2. Close and reopen your Terminal/iTerm window to refresh context and use the plugin. Alternatively, you can run antigen bundle droctothorpe/kubecolor.git in a running shell to have antigen load the new plugin.

Zgen

If you're using zgen:

  1. Add zgen load droctothorpe/kubecolor.git to your .zshrc along with your other zgen load commands.
  2. zgen reset && zgen save

Usage

Now you can invoke kubecolor with the events command.

Enjoy the simpler, much more readable kubectl get events output.

Kudos to Francois-Guillaume Ribreau for the go-template code.

About

Simplify and colorize the output of kubectl get events -w

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages