LWKD logo

Last Week in Kubernetes Development

Stay up-to-date on Kubernetes development in 15 minutes a week.

Subscribe
Mastodon
Twitter
RSS

View LWKD on GitHub

Week Ending February 7, 2021

Developer News

On Thursday the 11th, Jérôme Petazzoni is hosting a special session with the CNCF Maintainers Circle to share his experiences as a container evangelist. Reach out to #maintainers-circle on CNCF Slack for more information.

Release Schedule

Next Deadline: Exceptions Deadline, March 1

The 1.21 Enhancements Freeze is in effect by EOD Feb 9th. Please check your feature in the tracking sheet; if it’s not up to date there you’re gonna need an Exception.

The deadline for cherrypicks for the next batch of update releases is this Friday.

#95479: NUMA Memory manager for Kubelet

If you run large-scale NUMA servers, the Kubelet will now be able to manage NUMA memory affinity. This mirrors the existing CPU manager subsystem, with the only policy defined so far being --memory-manager-policy=static. An example of a memory policy:

--feature-gates=MemoryManager=true
--kube-reserved=cpu=4,memory=4Gi
--system-reserved=cpu=1,memory=1Gi
--memory-manager-policy=static
--reserved-memory 0:memory=1Gi,hugepages-1M=2Gi
--reserved-memory 1:memory=2Gi

If you are using Kubernetes in a NUMA environment, give it a shot and provide feedback to SIG-Node!

#95567: test images: Mirrors dockerhub images to staging

If you run the end-to-end tests locally and are hitting Docker Hub pull limits, this change should resolve them. This may be useful to locally cherry-pick to older versions if you are still maintaining things.

And to reiterate from the PR, these images are part of the e2e testing system and not for general use.

#98678: Graduate TTLAfterFinished to beta

After many years as an alpha feature, the TTLAfterFinished system is finally moving up to beta. This feature is enabled through a ttlSecondsAfterFinished in both JobSpec and PodSpec, and if set the controller will automatically delete jobs or pods after they reach a finished state. This functionality has long been relegated to out-of-tree tools but as a common stumbling block, it’s great that it will be available to everyone in the next release.

Other Merges

Promotions

Deprecated

A whole bunch of v1beta1 API versions are going away when 1.22 gets released, including CRDs and webhooks. Time to refactor your YAML files again!

Version Updates

Last Week In Kubernetes Development (LWKD) is a product of multiple contributors participating in Kubernetes SIG Contributor Experience. All original content is licensed Creative Commons Share-Alike, although linked content and images may be differently licensed. LWKD does collect some information on readers, see our privacy notice for details.

You may contribute to LWKD by submitting pull requests or issues on the LWKD github repo.