Tim Allclair
Tim Allclair
There could be a race condition where a `DIAL_CLS` packet from the frontend is received at the same time as a `DIAL_RSP` from the backend that could lead to the...
Introduce a webhook `predicate` concept. A predicate is a CEL expression which must evaluate to `true` for a request to be sent to a webhook. Tracking issue: https://github.com/kubernetes/enhancements/issues/3716 This PR...
### Enhancement Description - One-line enhancement description (can be used as a release note): Introduce CEL expression filters to webhooks, to allow webhooks to be scoped more narrowly. - Kubernetes...
As we make changes to Konnectivity, it is important that the newer components remain compatible with older components so that the system continues to function during upgrades and other version...
/kind feature **Describe the solution you'd like** Sometimes I want to be able to add structured logging key-value pairs where an error is generated, but it isn't logged until way...
I noticed that the injected `istio-init` InitContainer in Kubernetes runs as `privileged` and also adds the `NET_ADMIN` capability. `privileged` basically does 3 things: 1. Add all capabilities (so adding `NET_ADMIN`...
[dcgm-on-gke](https://github.com/GoogleCloudPlatform/ai-on-gke/tree/main/dcgm-on-gke) should have a readme file explaining what it is, and providing some context.
Several READMEs recommend editing the terraform variable declarations directly. I do not think this is a best practice for working with terraform variables. The [GCP terraform best practices docs](https://cloud.google.com/docs/terraform/best-practices-for-terraform#tfvars) provide...
We should try to be consistent with documentation style, which maybe warrants adding a style guide. For starters, I've noticed inconsistencies in how `` values are represented: ``` PLACEHOLDER %placeholder%...
/kind feature ### Problem Running Kubelet as a systemd service logging to journald is not ideal today: ``` Jun 17 12:46:23 gke-test-default-r55g kubelet[118528]: I0617 12:46:23.668491 118528 kubelet.go:2447] "SyncLoop (probe)" probe="liveness"...