Skip to content

Commit 1f1eaea

Browse files
author
Leonid Podolinskiy
committed
add k3s ver due to install script issue
k3s-io/k3s#5528
1 parent 9cb2f8f commit 1f1eaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
./get_helm.sh
3939
4040
#Install k3s
41-
curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644" sh -s - --docker
41+
curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644" INSTALL_K3S_VERSION="v1.24.4+k3s1" sh -s - --docker
4242
4343
mkdir ~/.kube || echo "~/.kube already existed"
4444
sudo chmod 777 /etc/rancher/k3s/k3s.yaml

0 commit comments

Comments
 (0)