mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
feat(kubernetes): add kube-linter CLI tool
This commit is contained in:
@@ -7,12 +7,15 @@ alias hl="helm"
|
||||
alias mk="minikube"
|
||||
|
||||
if command-exists kubectl; then
|
||||
# lazy-load kubectl setup
|
||||
# lazy-load kubectl completion
|
||||
_kubectl() {
|
||||
unset -f _kubectl
|
||||
eval "$(command kubectl completion zsh)"
|
||||
}
|
||||
|
||||
zinit ice wait lucid as'program' from'gh-r'
|
||||
zinit light stackrox/kube-linter
|
||||
|
||||
zinit ice wait lucid as'program' from'gh-r' mv'kind-* -> kind' \
|
||||
atclone'./kind completion zsh > _kind' atpull'%atclone'
|
||||
zinit light kubernetes-sigs/kind
|
||||
|
||||
Reference in New Issue
Block a user