Harshal Patil
Harshal Patil
Currently, bootc relies on [containers image proxy crate](https://github.com/containers/containers-image-proxy-rs) to pull images. However, [looking at the shortcomings](https://github.com/containers/bootc/issues/147#issuecomment-1828751377) of the container image proxy, we have decided to replace it with podman. This...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: Adds support for verification using namespaced policies during container creation. ####...
After the OS boots and the kubelet starts, it adds `cpuset` to `/sys/fs/cgroup/cgroup.subtree_control`. However, it seems that kubelet calls the runc method [setUnitProperties](https://github.com/opencontainers/runc/blob/9d600197bec2b1e8532e905ac6d8a4cd71587bac/libcontainer/cgroups/systemd/common.go#L227), which in turn calls [SetUnitPropertiesContext](https://github.com/coreos/go-systemd/blob/7d375ecc2b092916968b5601f74cca28a8de45dd/dbus/methods.go#L364) from the...
### Enhancement Description - One-line enhancement description (can be used as a release note): Moving cgroup v1 support into maintenance mode - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/4569-cgroup-v1-maintenance-mode/README.md - Discussion Link: -...
Adding a blog post about moving the [cgroup v1 support to maintenance mode](https://github.com/kubernetes/enhancements/blob/382fe4bf47680f12013349c84dc0a4749ba93c71/keps/sig-node/4569-cgroup-v1-maintenance-mode/README.md) in kubernetes.
Add a metric to track request failures FIX #9346
#### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: #### Special notes for your reviewer: ####...
Add KEP-4680 device health reporting with message field support ```zsh % kubectl get pod pod0 -n gpu-test1 -o yaml | grep -A 5 "allocatedResourcesStatus" - allocatedResourcesStatus: - name: claim:gpu resources:...
> **Related Discussion**: https://github.com/orgs/modelcontextprotocol/discussions/631 > **Reference Implementation**: https://github.com/harche/ProDisco --- - **Status**: Draft - **Type**: Standards Track - **Created**: 2025-11-24 - **Author(s)**: Harshal Patil (@harche) - **Sponsor**: TBD - **PR**: TBD...
#### What type of PR is this? /kind flake #### What this PR does / why we need it: After creating the pod, the test immediately fetches and updates the...