Kubernetes Kind Plugin for Oh My Zsh
April 23, 2024 ยท View on GitHub
An Oh My Zsh plugin loading zsh completions for kind and introducing the following aliases:
kcc: kind create clusterkdc: kind delete clusterkdca: kind delete clusters --all
Download:
git clone https://github.com/TomerFi/zsh-kind.git $ZSH_CUSTOM/plugins/zsh-kind
Add:
plugins=(... zsh-kind)