James Peach
James Peach
Additional info from external email thread: In OPA Slack, I (@rosenhouse) asked: > I'm looking at the docs where there's an example about preventing two Ingress resources from having the...
Taking this a bit further, the operator should generate and track unique names for these certificates.
Whats the use case for scaling the number of Contour pods? To me, scaling seems more relevant to the envoy deployment ...
> It would be more useful to scale Envoy, but it's deployed as a DaemonSet, so it cannot be scaled. You can just get creative about how to scale, e.g....
triage: Will get back to this when we need to provide different filters for the same HTTPConnectionManager.
One problem the just bit me is that `kustomize` and `kubectl kustomize` releases are not aligned. This means that it is possible to use syntax that `kustomize` will accept but...
> On 11 Jan 2020, at 4:16 am, Steve Sloka wrote: > > My first thought was to default to using the version of kustomize in kubectl, but there's no...
@stevesloka Is this done?
I looked at this a bit and I think the problem is that `misspell` isn't a spell checker, it just corrects common misspellings. If the misspelling isn't already known to...
I poked at this a bit, and my bet is that the memory use comes from GC lagging the large RPC calls. The preprocessed source tends to be pretty large...