Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
huichuno committed Mar 16, 2023
1 parent a5389bb commit b5cefcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setuptools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KV_VERSION="v0.53.0"
CDI_VERSION="v1.48.1"
KUBECONFIG_PATH="/etc/rancher/k3s/k3s.yaml"
KREW_PATH="/home/$USER/.krew/bin"
K3S_VERSION=v1.24.6+k3s1
K3S_VERSION="v1.24.6+k3s1"

# helper functions
info()
Expand All @@ -32,7 +32,7 @@ cleanup()
install_k3s()
{
info "Installing K3s"
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=$K3S_VERSION sh -s - --disable=traefik --write-kubeconfig-mode=644
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=${K3S_VERSION} sh -s - --disable=traefik --write-kubeconfig-mode=644
}

uninstall_k3s()
Expand Down

0 comments on commit b5cefcd

Please sign in to comment.