Skip to content

Commit 821729c

Browse files
committed
Specify "containerd" as worker runtime
* default runtime (guardian?) produces error "mounting "cgroup" to rootfs at "/sys/fs/cgroup" caused: invalid argument"
1 parent ef28597 commit 821729c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform-modules/concourse/app/concourse.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ data "helm_template" "concourse" {
4040
name = "web.replicas"
4141
value = var.gke_default_pool_node_count
4242
}
43+
44+
set {
45+
name = "concourse.worker.runtime"
46+
value = "containerd"
47+
}
4348
}
4449

4550
data "carvel_ytt" "concourse_app" {

0 commit comments

Comments
 (0)