Markus Thömmes

Results 155 comments of Markus Thömmes

I think we should work on getting a small reproducer of this. Create a small webhook, create a ton requests and churn through them quickly or something.

It doesn't explain Serving's either, does it? We'd see errors without the chaos otherwise too I'd think.

/cc @vaikas @n3wscott @mattmoor

Especially on namespaces: Are we going to create any additional value here? Or are we literally replacing `kubectl create namespace XXX` with `kn namespaces create XXX`. If it's the latter...

FWIW: I would vote against `--autoscale-limit` definitely, it's not even really an autoscaling parameter. It's more of a loadbalancing/enforcement paramter for the revision which is just inferred into `target` by...

Yeah, it's a little involved. The autoscaler only knows about the target. If no explicit target is set, it is derived from the concurrency limit (aka containerConcurrency). I agree, the...

👍 Unfortunately, Scala doesn't seem to have finer grained support, i.e. to disable just the warnings for deprecation, neither does it have a `@SuppressWarnings` annotation.

FWIW, RC2 is out there now!