Matt Matejczyk

Results 41 comments of Matt Matejczyk

Sorry for not jumping in earlier, I was OOO. FTR, we run 100 gce node and 500 kubemark node tests continuously on all active release branches - https://k8s-testgrid.appspot.com/sig-scalability-gce. Also recently...

> So I guess the work involved in moving scalability tests onto CNCF resources would involve some tweaking on Boskos, in which case it would land us (SIG scalability and...

Sounds good, let me know if there is anything I can help with

Just FYI, implementing option 2 might be easier than you think. Etcd's KV has a concept of "version", which is exactly what you want to have IIUC - https://github.com/etcd-io/etcd/blob/main/api/mvccpb/kv.proto#L22

In general, I'm in favor of this change. I don't think it's critical-urgent, though. Everything seems to be working (I'm quite sure that building perfdash works if you use proper...

We haven't migrated all. There are some that we'll probably never migrate, like benchmark or compare tools. But, we should definitely migrate perf-dash as we're using (building) it a lot.

Sure thing, will take it over from here.

I've run the experimental load config on 5K node cluster over weekend. Some observations below 1. CoreDNS memory went up (expected, as we have more services): **Baseline** ![RNzp2cLDCts](https://user-images.githubusercontent.com/2604887/62037887-f4e07c80-b1f4-11e9-9382-287c2bea5a8a.png) **Simplified Load**...

3. API Call Latency SLI of POST/DELETE Services went significantly up (and it's considered a **blocker** for enabling simplified load in the current form). The increase in latency seems to...