Skip to content

Commit a6bc850

Browse files
committed
K8S-624 drop popeye external tool
1 parent 7c7e2cc commit a6bc850

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/cplane-postconfig.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# components
55
K9S="0.24.15"
6-
POPEYE="0.9.7"
76
STERN="1.11.0"
87
KUBECTX="0.9.4"
98

@@ -12,7 +11,6 @@ KUBECTX="0.9.4"
1211
# utilities
1312
echo "$(date): retrieving k8s utilities";
1413
[ -n "${K9S}" ] && { wget -nv -O- "https://github.com/derailed/k9s/releases/download/v${K9S}/k9s_Linux_x86_64.tar.gz" | tar xz -C /usr/bin k9s; };
15-
[ -n "${POPEYE}" ] && { wget -nv -O- "https://github.com/derailed/popeye/releases/download/v${POPEYE}/popeye_Linux_x86_64.tar.gz" | tar xz -C /usr/bin popeye; };
1614
[ -n "${STERN}" ] && {
1715
wget -nv "https://github.com/wercker/stern/releases/download/${STERN}/stern_linux_amd64" -O /usr/bin/stern;
1816
chmod +x /usr/bin/stern;

0 commit comments

Comments
 (0)