Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.2 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.2 KB

kubectl-kedify plugin

Simple TUI based shell script for installing and interfacing with Kedify.

Watch the full asciicast (pauseable demo)

Quick start

Having krew installed, just run:

kubectl krew install --manifest-url=https://github.com/kedify/kubectl-kedify/raw/main/.krew.yaml
# output:
Installing plugin: kedify
Installed plugin: kedify
\
 | Use this plugin:
 | 	kubectl kedify
 | Documentation:
 | 	https://github.com/kedify/kubectl-kedify
/

Usage

k kedify --version

Update

kubectl kedify -v
kubectl krew uninstall kedify && kubectl krew install --manifest-url=https://github.com/kedify/kubectl-kedify/raw/main/.krew.yaml
kubectl kedify -v

Requirements

This plugin requires couple of binaries to work properly. kubecolor is optional, but recommended.

Mac:

brew install bat curl figlet fzf kubecolor yq jq

Linux:

yum install bat curl figlet fzf jq

or

apt-get install bat curl figlet fzf jq

and for yq consult the readme.