Skip to content

Commit

Permalink
feat: test kube 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
redref committed Aug 18, 2023
1 parent 8b095a1 commit e022208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
tag="$(git describe --tags)"
# Cluster
curl -s -L -o k3s https://github.com/k3s-io/k3s/releases/download/v1.25.7%2Bk3s1/k3s
curl -s -L -o k3s "https://github.com/k3s-io/k3s/releases/download/v1.27.4+k3s1/k3s"
chmod +x k3s
sudo ./k3s server --disable coredns,servicelb,traefik,metrics-server --write-kubeconfig "$(pwd)/kubeconfig" --write-kubeconfig-mode 777 > k3s_log 2>&1 &
export KUBECONFIG="$(pwd)/kubeconfig"
Expand Down

0 comments on commit e022208

Please sign in to comment.