Skip to content

Commit

Permalink
Install k9s in kubernetes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 11, 2024
1 parent 12dfc6f commit f39e3cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k9s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo "🐶 Installing k9s..."
K9S_CONFIG=${XDG_CONFIG_HOME:="$USER_HOME/.config/k9s"}
K9S_CTX=${XDG_DATA_HOME:="$USER_HOME/.local/share/k9s"}
echo "Config folder: $K9S_CONFIG"
echo "Contextss folder: $K9S_CTX"
echo "Contexts folder: $K9S_CTX"

function cleanup() {
if [ -d "$K9S_CONFIG" ]; then
Expand Down
5 changes: 4 additions & 1 deletion kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,7 @@ install_bin talosctl $TALOS_URL
# yq
YQ_VERSION=v4.43.1
YQ_URL=https://github.com/mikefarah/yq/releases/download/$YQ_VERSION/yq_linux_$ARCH
install_bin yq $YQ_URL
install_bin yq $YQ_URL

# k9s
source <(curl -s https://raw.githubusercontent.com/mmontes11/k8s-scripts/main/k9s.sh) -y

0 comments on commit f39e3cb

Please sign in to comment.