Will Beason

Results 41 comments of Will Beason

@maxsmythe No promises on exactly when I'll have time to get on this. Possibly next week, but again no promises.

What's your use case here? Are you experiencing performance issues with certain Constraints that trigger on many objects in your cluster? (e.g. does your cluster slow down/experience excessive CPU usage...

Thanks for responding! That makes sense - I'll bring that up in our meetings.

Would we do this in the ConstraintTemplate CRD, or programmatically in `client.AddTemplate`? As-is we'd have to modify the generated YAML ConstraintTemplate CRD output for it to be in the CRD....

https://github.com/kubernetes/kubernetes/issues/101567 has been unassigned; it looks like progress isn't currently being made for it.

+1 - for now Gatekeeper has gotten lucky since Open Policy Agent and Kubernetes, while they use incompatible versions of opentelemetry, use different enough packages within the library that we've...

This can't happen until etcd upgrades their opentelemetry transitive dependency: https://github.com/etcd-io/etcd/pull/13888

You're welcome! I think they'll need to merge once they run tests on my typo fix.

> @willbeason Looks like etcd has upgraded their transitive dependency. Would it be possible to look at this issue again? I've started grad school so I don't have my old...

This is a great idea - we were already wanting to add support for specifying whether the operation was a create/delete/update. What we're thinking of doing is allowing test authors...