Rui Yang

Results 190 comments of Rui Yang

I have only tested in Jammy as our CI haven't reached to the phase to fan out on bionic OS testing.

@winkingturtle-vmw is there an ETA on next runc release? Thank you!

@MarcPaquette the image with cgroups v1 enabled works for us. We still hoping gdn works for an image with cgroups v2 available only.

@dsabeti this is great news! Thank you and the team.

@ramonskie are you running the worker in an arm machine? If not, what is the distribution and kernel of the VM?

> a gke cluster Could you share what version of the GKE cluster is?

so far the problem is scoped to newer GKE cluster with cos_containerd base image. Temp workaround is switching worker runtime to `guardian`.

@cortesl for M1 it is a different issue as Concourse binary doesn't support M1 yet.

@cortesl docker-compose is now working for M1 macbook. Make sure to pull concourse/dev first. It should pull down the image built for arm64 platform.

Thx for opening this issue. The layout is indeed broken by the command with long options. Concourse uses https://github.com/jessevdk/go-flags for CLI. The help output is rendered by that library, unfortunately....