pkg
pkg copied to clipboard
Knative common packages
/kind bug ## Expected Behavior I can host as many class-based controllers (for example: Ingress reconcilers) as I want in a binary, as long as the classes don't clash. ##...
These predate our ability to do genreconciler on K8s types.
## Expected Behavior Context: https://github.com/knative/serving/pull/6566#discussion_r374769140 Currently the webhook only updates the CA cert bundle & the webhook path. But it's aware of the fronting service. ## Actual Behavior The webhook...
/area monitoring /area networking /kind feature /kind good-first-issue ## Expected Behavior I'd like to see us exporting a number of system stats available from `/proc/...` via opencensus. This includes, but...
## Additional Info Follow up issue to https://github.com/knative/pkg/pull/993#discussion_r373031188
> I am super unthrilled to have this code depend on system.Namespace, but that should work :) But also we can only use it for the system namespace, I can't...
/area API /area test-and-release /kind bug ## Expected Behavior When we run our e2e tests with chaos there are no failures due to the webhook shutting down. ## Actual Behavior...
### Issue When debugging some defaulting webhooks instrumenting `SetDefaults` on some types had the side-effect of logging invocations from the conversion webhook. It was not obvious which webhook was doing...
Currently, we do not use health checks in our controllers descended from `sharedmain`. Adopting health checks will allow us to begin reporting controllers as unhealthy so that they are restarted...
/kind bug ## Expected Behavior The informer should always successfully filter objects based on filterFunc defined the informer ## Actual Behavior In the first run of the reconcile, it lists...