Skip to content

Commit

Permalink
Update k3s images to 1.24.4
Browse files Browse the repository at this point in the history
This allows running k3s on hosts with cgroup-v2, as per this issue:
k3s-io/k3s#4085
  • Loading branch information
michielboekhoff committed Sep 7, 2022
1 parent 9a1755e commit 15f7c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
server:
image: rancher/k3s:v1.20.7-k3s1
image: rancher/k3s:v1.24.4-k3s1
command: server --disable-agent --tls-san 172.17.0.1
environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom
Expand All @@ -13,7 +13,7 @@ services:
- 6443:6443

node:
image: rancher/k3s:v1.20.7-k3s1
image: rancher/k3s:v1.24.4-k3s1
tmpfs:
- /run
- /var/run
Expand Down

0 comments on commit 15f7c60

Please sign in to comment.