Skip to content

Commit

Permalink
Merge pull request #244 from kubernetes-sigs/20231001
Browse files Browse the repository at this point in the history
10/01 edition
  • Loading branch information
jberkus committed Oct 7, 2023
2 parents fefd97b + 4e5ca6c commit 3c47cc0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions _posts/2023-10-01-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
layout: post
title: Week Ending October 1, 2023
date: 2023-10-02 22:00:00 -0000
slug: 2023-10-01-update
---

## Developer News

Stephen Augustus, Paco Xu, Patrick Ohly, and Maciej Suzlik [have been elected](https://groups.google.com/a/kubernetes.io/g/dev/c/jbbgiSWMq98) to the 2023-2024 Kubernetes Steering Committee. Congrats to the new members, and thanks to everyone who voted.

The [schedule](https://www.kubernetes.dev/events/2023/kcsna/schedule/) for Contributor Summit Chicago is live. Please [register](https://www.kubernetes.dev/events/2023/kcsna/registration/)

Mahamed Ali is [planning to replace kube-up with kops](https://groups.google.com/a/kubernetes.io/g/dev/c/bFARAiK-K90) for the E2E testing framework, mostly because kube-up is unmaintained.

Antonio Ojea [points out](https://github.com/kubernetes/kubernetes/pull/120753) that there are some race conditions around Node IPs caused by the migration to external cloud providers. He proposes [a change to readiness](https://github.com/kubernetes/kubernetes/pull/120753) to mitigate this, but probably more is needed.

## Release Schedule

**Next Deadline: Enhancements Freeze, October 6th**

John Belamaric also [clarified that PRR Freeze](https://groups.google.com/a/kubernetes.io/g/dev/c/CQ33yPqp-H4) means answering all the PRR questions, not having them approved yet.

## KEP of the Week

### [KEP-3705: Cloud Dual-Stack --node-ip Handling](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/3705-cloud-node-ips)

This KEP proposes to add dual-stack `--node-ip` support to kubelet for clusters using a cloud provider. Currently it is only supported by bare metal clusters. This would allow admins of clusters on a cloud provider to override both node IPs on a node in a dual stack cluster. Currently if you pass `--cloud-provider` to kubelet, it expects `--node-ip` to either be unset or a single IP address. This KEP will allow comma separated dual-stack values for `--node-ip` in clusters using non-legacy cloud providers.

This KEP is targeting `beta` milestone in the upcoming v1.29 release is authored by [Dan Winship](https://github.com/danwinship)

## Other Merges

* KMS2: [use SoftHSM store](https://github.com/kubernetes/kubernetes/pull/120896), make sure [it sends API metrics](https://github.com/kubernetes/kubernetes/pull/120544)
* Fix the new [generate_groups](https://github.com/kubernetes/kubernetes/pull/120877), and [add some code generator metrics](https://github.com/kubernetes/kubernetes/pull/120050)
* New metrics for [ClusterIP and nodePort allocation errors](https://github.com/kubernetes/kubernetes/pull/120843)
* If swap isn't enabled, [don't configure it](https://github.com/kubernetes/kubernetes/pull/120784)
* More new metrics: [watch list latency](https://github.com/kubernetes/kubernetes/pull/120490)
* Scrub one more [instance of framework.ExpectEqual](https://github.com/kubernetes/kubernetes/pull/119485) from e2e tests
* Volumebinding [uses contextual logging](https://github.com/kubernetes/kubernetes/pull/116803)

## Deprecated

* `--cloud-provider` and `--cloud-config` outdated APIserver switches [are belatedly deprecated](https://github.com/kubernetes/kubernetes/pull/120903)

0 comments on commit 3c47cc0

Please sign in to comment.