1.34.12
Changelog since v1.34.11
Changes by Kind
Bug or Regression
- Kube-scheduler: a ResourceClaim whose device request counts add up past the int range no longer crashes the scheduler or skips the
firstAvailablefallback in the DRA allocator. A request over the per-claim device limit is rejected with an error naming it, and an oversizedfirstAvailablealternative falls through to a smaller one. (#141925, @thc1006) [SIG Node] - Kubeadm: no longer persists a node-specific systemd-resolved resolvConf path in the cluster-wide kubelet-config ConfigMap during init. (#141630, @HirazawaUi) [SIG Cluster Lifecycle]
- Kubelet/DRA: fixed a bug where retrying a partially-failed PrepareResources caused duplicate CDI device IDs to be passed to the CRI runtime, which could cause container start to fail. (#140953, @bart0sh) [SIG Node]
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.