Daniel Smith
Daniel Smith
In response to #13766 and past issues (e.g. #11613) that get into the same condition: It is possible for etcd to get into a condition where the databases on different...
Anytime anyone moves a directory, the entry in sigs.yaml will suddenly be wrong. Wouldn't it make more sense for OWNERS files to instead declare the owning sig and subproject, and...
https://github.com/boltdb/bolt/blob/v1.3.0/cmd/bolt/main.go#L584 If the count is 0xffff, it should interpret the first entry as the number of entries. Instead it shows this number as if it were itself a free page....
(followup from SIG API Machinery meeting of 2022-09-21) We are trying to unblock a class of caching behaviors, example PR: https://github.com/kubernetes/kubernetes/pull/112202 The problem is that today there is no way...
- One-line PR description: Initial draft of KEP - Issue link: https://github.com/kubernetes/enhancements/issues/3737 - Other comments: This is complete enough to give the gist, but there are some missing sections still...
### Enhancement Description - One-line enhancement description (can be used as a release note): Permit fine-grained (per-field) permission checks. - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/pull/3617 - Discussion Link: [Here](https://github.com/kubernetes/enhancements/pull/3617), and SIG...
We document (as of https://github.com/kubernetes/kubernetes/pull/85381) that we support the following formats: ``` // format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: //...
...to make sure there's no path / filepath regressions.