Skip to content

Commit

Permalink
Merge pull request #424 from kubernetes-sigs/20240825
Browse files Browse the repository at this point in the history
Publish 8/25
  • Loading branch information
jberkus authored Aug 28, 2024
2 parents 2118fa4 + 519fbd8 commit c8e39da
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions _posts/2024-08-25-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
layout: post
title: Week Ending August 25, 2024
date: 2024-08-28 23:00:00 -0000
slug: 2024-08-25-update
---

## Developer News


[KubeCon + CloudNativeCon + Open Source Summit China 2024](https://events.linuxfoundation.org/kubecon-cloudnativecon-open-source-summit-ai-dev-china/) happened last week in Hong Kong. The event had various talks on AI, running AI workloads on Kubernetes and the CNCF ecosystem, and updates from various maintainers of different CNCF projects. There was also a keynote by Linus Torvalds. Videos will be posted in the [CNCF YouTube channel](https://www.youtube.com/@cncf) soon.

## Release Schedule

**Next Deadline: 1.32 cycle begins, September 9**

We're in the period between releases. Shadow applications for the [v1.32 release team](https://docs.google.com/forms/d/e/1FAIpQLSdb60FW9aYIepSdXIWexQIKNJ8m3JSqHZ6kkH3Q_I7XP9OVYA/viewform) are open until September 6. The tentative dates for the v1.32 cycle are from September 9th to December 11th, 2024.

## Featured PRs

### [#126745: Improve PVC protection controller's scalability by batch-processing PVCs by namespace & caching live pod list results [fixed dead loop issue with idle work queue]](https://github.com/kubernetes/kubernetes/pull/126745)

This PR significantly enhances the scalability of the PVC Protection Controller by implementing batch processing of PVCs by namespace and caching live pod list results. It resolves a critical dead loop issue in the idle work queue and addresses performance bottlenecks in large clusters by reducing the number of API calls required for PVC deletion. As a result, the kube-controller-manager's CPU usage is optimized, ensuring more efficient and reliable operation, especially in environments with high pod and PVC churn.

## KEP of the Week

### [KEP 3998: Job success/completion policy](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/3998-job-success-completion-policy)

This (KEP) aims to enhance Indexed Jobs by allowing custom success criteria, so a job can be marked as succeeded based on specific pod indexes, such as leader pods, rather than requiring all pods to succeed. It supports distributed computing frameworks like MPI and PyTorch, where only certain pods determine job success. The proposal does not alter the default behavior for jobs without a SuccessPolicy or extend this feature to `NonIndexed` Jobs in its first iteration.

This KEP is tracked for beta release in v1.31.

## Other Merges

* kubeadm now [sorts the result](https://github.com/kubernetes/kubernetes/pull/126743) of MergeKubeadmEnvVars, and [allows mixing](https://github.com/kubernetes/kubernetes/pull/126740) of flags ``--print-manifest` and `--config`
* [Printer unit tests](https://github.com/kubernetes/kubernetes/pull/126690) added for DRA resources
* [transformation_operations_total](https://github.com/kubernetes/kubernetes/pull/126512) metric gets additional resource label
* pkg/kubelet/cm/dra [migrated to contextual logging](https://github.com/kubernetes/kubernetes/pull/126494)
* [Fix for estimated cost](https://github.com/kubernetes/kubernetes/pull/126359) for Kubernetes defined CEL types for equals
* [Common apiserver](https://github.com/kubernetes/kubernetes/pull/126305) for all testcases in CEL tests
* kube-scheduler removes [non-csi volumelimit plugins](https://github.com/kubernetes/kubernetes/pull/124003)
* [Scheduling throughput thresholds](https://github.com/kubernetes/kubernetes/pull/126871) set in scheduler_perf tests
* Fix to DRA with structured params to [make unschedulable pods schedulable again](https://github.com/kubernetes/kubernetes/pull/126807) after ResourceSlice cluster events
* kube-proxy now uses field-selector clusterIP!=None on Services to [avoid watching for Headless Services](https://github.com/kubernetes/kubernetes/pull/126769)
* [NominatedPodsForNode moved to scheduling queue](https://github.com/kubernetes/kubernetes/pull/126197) to make the invocations more direct
* Events cached in the scheduling queue [are cleared as soon as possible](https://github.com/kubernetes/kubernetes/pull/120586) when SchedulerQueueingHints is enabled so that scheduler consumes less memory.
* New e2e tests for [Node endpoints](https://github.com/kubernetes/kubernetes/pull/126825)

## Deprecated

* Graduated feature gates being removed: [ValiatingAdmissionPolicy](https://github.com/kubernetes/kubernetes/pull/126645), [StableLoadBalancerNodeSet](https://github.com/kubernetes/kubernetes/pull/126841), [CloudDualStackNodeIPs](https://github.com/kubernetes/kubernetes/pull/126840), [LegacyServiceAccountTokenCleanUp](https://github.com/kubernetes/kubernetes/pull/126839)
* kubeadm [removes the deprecated flag](https://github.com/kubernetes/kubernetes/pull/126914) '--experimental-output'
* kubeadm [removes the deprecated sub-phase](https://github.com/kubernetes/kubernetes/pull/126913) of 'init kubelet-finilize' called experimental-cert-rotation

## Version Updates

* [corefile-migration](https://github.com/kubernetes/kubernetes/pull/126851) to v1.0.24

## Subprojects and Dependency Updates

* [prometheus v2.54.1](https://github.com/prometheus/prometheus/releases/tag/v2.54.1) allow multiple samples on same series, with explicit timestamps
* [containerd v1.7.21](https://github.com/containerd/containerd/releases/tag/v1.7.21) regenerate introspection UUID if state is empty
* [grpc v1.66.1](https://github.com/grpc/grpc/releases/tag/v1.66.1) enable EDS dualstack support by default; also [v1.66.0](https://github.com/grpc/grpc/releases/tag/v1.66.0)

0 comments on commit c8e39da

Please sign in to comment.