22# #####################################################################
33# These scripts are meant to be run in user mode as they modify
44# usr settings line .bashrc and .bash_aliases
5- # Copyright 2022, 2023 John J. Rofrano All Rights Reserved.
5+ # Copyright 2022, 2026 John J. Rofrano All Rights Reserved.
66# #####################################################################
77
88echo " **********************************************************************"
@@ -13,7 +13,7 @@ ARCH="$(uname -m | sed -e 's/x86_64/amd64/' -e 's/\(arm\)\(64\)\?.*/\1\2/' -e 's
1313echo " Architecture is:" $ARCH
1414
1515echo " **********************************************************************"
16- echo " Installing K3D Kubernetes..."
16+ echo " Installing Rancher K3D Kubernetes..."
1717echo " **********************************************************************"
1818curl -s " https://raw.githubusercontent.com/rancher/k3d/main/install.sh" | sudo bash
1919echo " Creating kc and kns alias for kubectl..."
@@ -24,7 +24,7 @@ sudo sh -c 'echo "127.0.0.1 cluster-registry" >> /etc/hosts'
2424echo " **********************************************************************"
2525echo " Installing K9s..."
2626echo " **********************************************************************"
27- curl -L -o k9s.tar.gz " https://github.com/derailed/k9s/releases/download/v0.32.5 /k9s_Linux_$ARCH .tar.gz"
27+ curl -L -o k9s.tar.gz " https://github.com/derailed/k9s/releases/download/v0.50.18 /k9s_Linux_$ARCH .tar.gz"
2828tar xvzf k9s.tar.gz
2929sudo install -c -m 0755 k9s /usr/local/bin
3030rm k9s.tar.gz
0 commit comments