Posts in 0001
-
Kubernetes v1.34: Finer-Grained Control Over Container Restarts
By Yuan Wang | Monday, January 01, 0001 in Blog
With the release of Kubernetes 1.34, a new alpha feature is introduced that gives you more granular control over container restarts within a Pod. This feature, named Container Restart Policy and Rules, allows you to specify a restart policy for each …
-
Kubernetes 1.34: Autoconfiguration for Node Cgroup Driver Goes GA
By Peter Hunt (Red Hat), Sergey Kanzhelev (Google) | Monday, January 01, 0001 in Blog
Historically, configuring the correct cgroup driver has been a pain point for users running new Kubernetes clusters. On Linux systems, there are two different cgroup drivers: cgroupfs and systemd. In the past, both the kubelet and CRI implementation …