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.
2 parents 3b363c6 + 4835b75 commit 87bb457Copy full SHA for 87bb457
.devcontainer/scripts/install-tools.sh
@@ -24,7 +24,7 @@ sudo sh -c 'echo "127.0.0.1 cluster-registry" >> /etc/hosts'
24
echo "**********************************************************************"
25
echo "Installing K9s..."
26
27
-curl -L -o k9s.tar.gz "https://github.com/derailed/k9s/releases/download/v0.27.3/k9s_Linux_$ARCH.tar.gz"
+curl -L -o k9s.tar.gz "https://github.com/derailed/k9s/releases/download/v0.32.5/k9s_Linux_$ARCH.tar.gz"
28
tar xvzf k9s.tar.gz
29
sudo install -c -m 0755 k9s /usr/local/bin
30
rm k9s.tar.gz
0 commit comments