Rui Yang

Results 190 comments of Rui Yang

@marco-m-pix4d how big is your builds table? have you tried to manually clean up not needed rows in there?

Hi I believe the way Concourse looking up secret has not changed, so is there any change on SSM side that would ignore the poke as not an error? I...

Here is a matrix that summaries Concourse `^6.8.0` `>=7.9.0` worker runtimes against ubuntu versions | | containerd | guardian | | ------- | ------------- | ------------- | | 18.04 |...

Please try `fly -t my-team destroy-pipeline --pipeline my-group/env:\"prod,staging,dev\"` Basically it will need to quote the instance var value and escape the quotes at the same time. Sorry this is not...

Hi @Jaypers , the support for ubuntu jammy is in next relase v7.9. For existing Concourse version we don't recommend to use 22.04 as the base OS.

@Jaypers 7.8.3 is only for patching CVEs and security issues. v7.9 will have proper support on jammy, probably only for `containerd` runtime though.

For the third case though I would try with a fresh deployment, with a new DB. The error looks like a out-sync between ATC and DB.

Spent some time look into this issue and I can only conclude it is related to kernel. We have our mount configure [here](https://github.com/concourse/concourse/blob/master/worker/runtime/spec/mounts.go), which is roughly following what docker that...

Also, what type of resource is `repo`? For Concourse buildin resource types, docker image resouce is the only one runs with priviledged container. Could you try create a resource based...

Now this [test](https://github.com/concourse/concourse/blob/6e9795b98254c86ca1c5ebed138d427424eae5f1/topgun/k8s/baggageclaim_drivers_test.go#L37) also started to fail the worker init by error as below: ``` MountVolume.MountDevice failed for volume "pvc-9b7e195c-9b08-4868-b6b7-1b3ac3b27c78" : rpc error: code = Internal desc = Error when...