Matt Moore

Results 302 comments of Matt Moore

So I created a tiny little Go binary that uses vegeta to load the Serving resource-validation webhook, and found something interesting that may be related. If I have vegeta send...

Interestingly without chaos I see a *higher* average/max latency (28s / 59s respectively), probably in part because the pod shutdown is graceful and we briefly get an additional pod of...

At 1 request per 5ms for 10 minutes: ``` 2020/07/26 17:39:02 FAILURE[2020-07-26 17:38:55.523011525 +0000 UTC m=+59.225520149: 0: Post "https://webhook.knative-serving.svc.cluster.local/resource-validation": EOF] ``` Not sure if this is what we're seeing, but...

That's with chaos running btw. Also cc @tcnghia as he was chasing webhook timeouts at one point, and this finding is related 😉

/lifecycle frozen I also think that this would be very useful, but we should ensure that it is able to capture the vast majority of our needs. cc @ImJasonH @vdemeester...

FWIW, we're moving most of the serving specification stuff to: https://github.com/knative/docs/blob/master/docs/serving/spec/knative-api-specification-1.0.md The omission of Secrets (or ConfigMaps) there was not intended to mean "this cannot be in clients", I believe...

Namespace is an interesting case since it straddles what I generally see as a perceived line between operators and developers (or tenants). If we see `kn` as a tool catering...

/lifecycle frozen I believe there's a hack @scothis had that created a temporary GOPATH in `./hack/update-codegen.sh` that we could incorporate. cc @Cynocracy

Ok, I'm like 90% sure that this isn't currently possible because of: https://github.com/kubernetes/kubernetes/issues/105357