Chris Henzie
Chris Henzie
# Enhancement Description - One-line enhancement description (can be used as a release note): ReadWriteOncePod PersistentVolume Access Mode - Kubernetes Enhancement Proposal: [KEP-2485: ReadWriteOncePod PV Access Mode](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2485-read-write-once-pod-pv-access-mode) - Discussion Link:...
The [Kubernetes Support](https://github.com/containerd/containerd/blob/main/RELEASES.md#kubernetes-support) table should be updated to include Kubernetes v1.29. It would be good to also look ahead and plan the intended compatibility for Kubernetes v1.30 (due [April 17,...
**Is your feature request related to a problem? Please describe.** When using `--deleteAccessPointRootDir=true`, the EFS CSI driver controller mounts the file system locally, removes the root directory, and unmounts it....
The CSI sanity test suite should have a test that asserts that `NodePublishVolume` returns the correct result for `SINGLE_NODE_SINGLE_WRITER` volumes. See the second table of this section for more details:...
This feature is GA and its feature gates will be removed in v1.31: https://github.com/kubernetes/kubernetes/pull/124329 Following instructions in: https://kubernetes.io/docs/contribute/new-content/new-features/#ready-for-review-feature-gates /assign sftim /assign carlory
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: Moves me to the sig-storage-reviewer emeritus group. I haven't participated here...
### Description When running `ctr images` with `--force` at the end, containerd treats the `--force` flag as an image and fails. This previously worked on 1.X branches. ### Steps to...
I would like to retain the position of Firefox's tabs at the top of the windows (but still using the OSX themed "Close", "Minimize", and "Restore Down" buttons) to mimic...
Introduces the handler for the UpdatePodSandboxResources CRI API method which is needed for vertical pod autoscaling. Depends on https://github.com/kubernetes/kubernetes/pull/128123 and https://github.com/containerd/nri/pull/141. Once these are merged I will remove the overrides...
Utilize the parsed reference (including domain) from `reference.ParseAnyReference()` when tagging images. This ensures tags are stored with their canonical name, resolving issues where images tagged with a short name (e.g....