Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 03e16fd

Browse files
Added new plugins
1 parent f361f3b commit 03e16fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tools/kubectl-plugins/Dockerfile.template

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,17 @@ plugins=(
4646
images
4747
janitor
4848
konfig
49+
ksniff
50+
kubectl-capture
51+
kubectl-login
4952
kubesec-scan
5053
kurt
5154
lineage
5255
modify-secret
5356
mtail
5457
neat
5558
node-shell
59+
np-viewer
5660
outdated
5761
pexec
5862
pod-dive
@@ -74,6 +78,7 @@ plugins=(
7478
sshd
7579
starboard
7680
status
81+
stern
7782
strace
7883
sudo
7984
support-bundle
@@ -84,6 +89,7 @@ plugins=(
8489
view-allocations
8590
view-utilization
8691
viewnode
92+
whisper-secret
8793
who-can
8894
whoami
8995
)
@@ -92,4 +98,4 @@ for plugin in "${plugins[@]}"; do
9298
krew install "${plugin}"
9399
done
94100
find "${KREW_ROOT}/bin" -type l -exec cp {} "${prefix}${target}/bin/" \;
95-
EOF
101+
EOF

0 commit comments

Comments
 (0)