Julian Friedman

Results 23 issues of Julian Friedman

We currently recognise those who contribute in terms of code (e.g. via Approver and Lead roles), and in terms of note-taking (Scribe Role) and execution leadership (Execution Lead Role). We...

Via this twitter thread: https://twitter.com/BenTheElder/status/1407786826413207555 Relevant k8s issue: https://github.com/kubernetes/kubernetes/issues/103151

/area API ## Describe the feature see also #10851 (issue for max _duration_ timeout). We changed the TimeoutSeconds field at some point to only be a timeout to first byte....

kind/feature
area/API
triage/accepted

/area API /area autoscale ## Describe the feature Today, if a user doesnt specify a readiness probe we introduce a default (tcp) probe for them. Since #10741 this is run...

area/API
area/autoscale
kind/enhancement
triage/accepted

/area autoscale ## Describe the feature The autoscaler tests should be run with chaos duck enabled. For now we disabled this because it causes flakes (see https://github.com/knative/serving/pull/10928), but in reality...

kind/feature
area/autoscale
triage/accepted

/area autoscale ## Describe the feature Out of the box, the autoscaler listens for websocket connections so that activators can tell it about request metrics. Nothing, though (afaik), currently prevents...

kind/feature
area/autoscale
triage/accepted

## Describe the feature We've discussed this a few times in slack but it seems worth having an issue for it and I didn't spot one, so here one is...

kind/feature
area/autoscale
lifecycle/frozen
triage/accepted

## What version of Knative? all recent versions ## Expected Behavior Curling a pod with a readiness probe set (with periodSeconds=0 to avoid the behaviour in https://github.com/knative/serving/issues/10764), should either error...

kind/bug
area/networking
area/autoscale
lifecycle/frozen
triage/accepted

## Describe the feature While we currently have tests for [user-supplied readiness probes](https://github.com/knative/serving/blob/main/test/conformance/runtime/readiness_probe_test.go), we don't have much (~any :)) e2e/conformance coverage for user-supplied liveness probes. After https://github.com/knative/serving/pull/12479 knative should _largely_...

kind/feature
area/API
lifecycle/frozen
triage/accepted

Our current cookie consent flow / about cookies page instructs a user to either disable cookies or use an opt-out browser plugin. We really should allow a user to opt-out...