Skip to content

Commit

Permalink
Added kubestr
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 24, 2024
1 parent 9184527 commit fecbf50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,10 @@ YQ_VERSION=${YQ_VERSION:-v4.43.1}
YQ_URL=https://github.com/mikefarah/yq/releases/download/$YQ_VERSION/yq_linux_$ARCH
install_bin yq $YQ_URL

log "Installing kubestr..."
KUBESTR_VERSION=${KUBESTR_VERSION:-0.4.46}
KUBESTR_URL=https://github.com/kastenhq/kubestr/releases/download/v${KUBESTR_VERSION}/kubestr_${KUBESTR_VERSION}_Linux_${ARCH}.tar.gz
install_tar kubestr $KUBESTR_URL

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

0 comments on commit fecbf50

Please sign in to comment.