Skip to content

Commit

Permalink
first round of comment address
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-chenzz committed Nov 16, 2023
1 parent 260e668 commit d3a8ddf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ date: 2023-11-13
slug: pod-ready-to-start-containers-condition-now-in-beta
---

**Author**: Kevin Hannon(Red Hat) zefeng chen
**Author**: zefeng chen, Kevin Hannon(Red Hat)


With Kubernetes 1.29 the PodReadyToStartContainersCondition functionality entered beta and is available by default.
A new kubelet-managed pod condition in the status field of a pod. The kubelet will use the PodHasNetwork condition to accurately surface the initialization state of a pod,
With recent release of Kubernetes 1.29 the `PodReadyToStartContainers`[condition](/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions) is available by default.
The kubelet manages the value for that condition throughout a Pod's lifecycle, in the status field of a pod. The kubelet will use the PodReadyToStartContainers condition to accurately surface the initialization state of a pod,
From the perspective of pod sandbox creation and network configuration by a container runtime

## Some history
Expand Down

0 comments on commit d3a8ddf

Please sign in to comment.