Victor Agababov
Victor Agababov
How does `If we widened our upgrade policy from N-1 -> N to N-2 -> N, we'd allow downstream releases to catch up rather than continuously falling behind.` solve the...
@evankanderson any updates on this?
/lifecycle frozen /assign @evankanderson @jjzeng-seattle
/assign I'll look next week to see what it is.
The profile I had mostly shows usage in TLS client, so I guess that is in line with what you see. May be we need to cache those connections
So I replaced prober to probe routes rather than services `Completed 18000 requests without errors (average latency: 12ms).` Probing service `Completed 6000 requests without errors (average latency: 28112ms).` With last...
Logging time it takes to call: `err = c.client.Post().Namespace(c.ns).Resource("pods").VersionedParams(&opts, scheme.ParameterCodec).Body(pod).Do().Into(result)` it definitely shows linear growth that the time to make the call takes. Route, not requiring this call, is pretty...
/lifecycle frozen
What stops you from removing activator from the request path using tbc=0?
There's golang's example: https://golang.org/CONTRIBUTORS