Ed Jung
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....
**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...
## 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...
## 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...
## 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...
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...