We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb2f8f commit 1f1eaeaCopy full SHA for 1f1eaea
.github/workflows/e2e.yaml
@@ -38,7 +38,7 @@ jobs:
38
./get_helm.sh
39
40
#Install k3s
41
- curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644" sh -s - --docker
+ curl -sfL https://get.k3s.io | K3S_KUBECONFIG_MODE="644" INSTALL_K3S_VERSION="v1.24.4+k3s1" sh -s - --docker
42
43
mkdir ~/.kube || echo "~/.kube already existed"
44
sudo chmod 777 /etc/rancher/k3s/k3s.yaml
0 commit comments