We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7e2cc commit a6bc850Copy full SHA for a6bc850
scripts/cplane-postconfig.sh
@@ -3,7 +3,6 @@
3
4
# components
5
K9S="0.24.15"
6
-POPEYE="0.9.7"
7
STERN="1.11.0"
8
KUBECTX="0.9.4"
9
@@ -12,7 +11,6 @@ KUBECTX="0.9.4"
12
11
# utilities
13
echo "$(date): retrieving k8s utilities";
14
[ -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; };
16
[ -n "${STERN}" ] && {
17
wget -nv "https://github.com/wercker/stern/releases/download/${STERN}/stern_linux_amd64" -O /usr/bin/stern;
18
chmod +x /usr/bin/stern;
0 commit comments