Skip to content

Commit

Permalink
Added krew plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 26, 2024
1 parent ba7a326 commit fbfb5c9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions krew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,29 @@ kubectl krew update

KREW_PLUGINS=(
"access-matrix"
"ca-cert"
"cert-manager"
"cilium"
"cnpg"
"cond"
"ctx"
"df-pv"
"explore"
"foreach"
"get-all"
"ktop"
"minio"
"neat"
"node-shell"
"ns"
"popeye"
"pv-migrate"
"resource-capacity"
"rook-ceph"
"tmux-exec"
"tree"
"view-cert"
"view-secret"
"volsync"
)
for PLUGIN in "${KREW_PLUGINS[@]}"; do
Expand Down

0 comments on commit fbfb5c9

Please sign in to comment.