Simple TUI based shell script for installing and interfacing with Kedify.
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
/
k kedify --version
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
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.