toby lorne

Results 12 comments of toby lorne

### Background Our relationship with concourse has its genesis from GOV.UK PaaS which is a Cloud Foundry deployment for UK government services, it is specifically Cloud Foundry running on AWS....

It would be nice to segregate the IAM role of the worker instance from the IAM permissions which the containers run in. This would, for people running concourse with VM...

Good to know about #2951 I wasn't sure if it was going to be part of 5.0, but now double checking it is part of the 5.0 milestone 😅 STS...

Yeah there are a few tensions: - Concourse workers ideally having no state whatsoever - simplifies the scheduling - Security best practice - Trying to avoid resources having to re-implement...

Can we get this merged otherwise I will close this, this repo seems abandoned This has been open for a considerable amount of time and we're trying to cut down...

I just tried hitting paas-admin using the ALB directly and I can get >21 services, didn't try more than that

This is now a bug for 22 services since we deployed our request path changes with the ALB

I have not worked on anything CF related for some time, and have forgotten most of the context If I remember correctly, my logic for this was twofold: * I...

My memory is a bit hazy, but I think I was configuring gorouter access logs to log the headers and then shipped the logs off to a tracing system so...

We are seeing the same issue but within the forked reflect package when using deep equality checks In controller-runtime when using the CreateOrUpdate helper https://github.com/kubernetes-sigs/controller-runtime/blob/e6c3d139d2b6c286b1dbba6b6a95919159cfe655/pkg/controller/controllerutil/controllerutil.go#L312 Deep equality is checked, and...