Ed Jung

Results 8 issues of Ed Jung

**Describe the change you'd like to see** Document the behavior of the readinessProbe on a Knative Kservice, and how that is translated over to the Pod queue-proxy and service container....

triage/needs-eng-input
kind/serving
status/blocked
priority/awaiting-more-evidence

**Describe the change you'd like to see** Add documentation for annotations and configmap strings, including their release versions. Changes to string formats should also be documented as part of release...

triage/needs-eng-input
triage/needs-eng-implementation

## What version of Knative? ## Expected Behavior Default domain should be svc.cluster.local ## Actual Behavior Default domain is example.com ## Steps to Reproduce the Problem This is not really...

kind/bug
triage/accepted

## What version of Knative? > 1.0 ## Expected Behavior DomainMapping with a Kubernetes Service should become ready. ## Actual Behavior I am trying to use a DomainMapping with a...

kind/bug
area/networking
triage/accepted

## What version of Knative? > 1.5 ## Expected Behavior A Knative revision should fail gracefully without flailing after n pod failures on initial deployment, and this value should be...

kind/bug

See here https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L280. The docstring indicates that when a string is passed in for the servers parameter, the client will treat it as a single host. Instead what actually happens,...

I have a use case where it would be useful to add a timeout handler on the Observer so that we can do some housekeeping on the same thread as...

Adding support for `console_scripts` to the setup.py will make this more easily accessible to non-python developers, as may happen in CI, for QA teams, etc. https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point It will also make...