Ciro S. Costa
Ciro S. Costa
Unfortunately, with GKE we're not able to configure the OIDC authn provider - there's a feature request in their issue tracker https://issuetracker.google.com/issues/115687670 , but it's not there yet 😞 See...
Hey @sizgiyaev, It might be that you missed the step regarding key generation. From the `readme`: > There are two Docker Compose .yml files in this repo. The first one,...
The 1.13 series of Kubernetes will include this metric! https://github.com/kubernetes/kubernetes/pull/70964
As we're using `1.13` there right now, it might be a good time to come back to this issue 😁 (even though I'd much rather have `worker` exposing prometheus metrics...
related: https://github.com/concourse/concourse/issues/942
today we just had small trouble with the lack of automation, it'd be great to get back to this soon 😁 it's just too easy to accidentally hit the wrong...
Thanks for letting us know @jkjell ! Assuming that this is coming through the metadata server (I might be wrong): as we're able to configure garden properties by making use...
Update: we added the deny rule to the workers - we'd need now to ensure that it's indeed blocking and it does what we expect (see https://github.com/concourse/hush-house/blob/fb44c294ab8007168ebeb809a8d3b6750a210ce1/deployments/with-creds/worker/values.yaml#L34-L35).
Thanks for reporting, @deadNightTiger ! I noticed that this is also true (for the same reason) for anyone leveraging `buildkit` directly with `--output type=oci,dest=image.tar`. (for anyone wanting to try that...
whoops, it was indeed private - just made it public :grin: I was looking at the code, and yeah, it makes sense - the `tarball` package doesn't consider that within...