Skip to content

Commit 6faa2f0

Browse files
committed
sync volumes pod-lifecycle
1 parent dc1279f commit 6faa2f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/zh-cn/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2293,6 +2293,7 @@ The following container runtimes are known to support recursive read-only mounts
22932293

22942294
CRI-level:
22952295
- [containerd](https://containerd.io/), since v2.0
2296+
- [CRI-O](https://cri-o.io/), since v1.30
22962297

22972298
OCI-level:
22982299
- [runc](https://runc.io/), since v1.1
@@ -2303,6 +2304,7 @@ OCI-level:
23032304
CRI 级别:
23042305

23052306
- [containerd](https://containerd.io/),自 v2.0 起
2307+
- [CRI-O](https://cri-o.io/),自 v1.30 起
23062308

23072309
OCI 级别:
23082310

content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ assigning a Pod to a specific node is called _binding_, and the process of selec
7171
which node to use is called _scheduling_.
7272
Once a Pod has been scheduled and is bound to a node, Kubernetes tries
7373
to run that Pod on the node. The Pod runs on that node until it stops, or until the Pod
74-
is [terminated](#pod-termination); if Kubernetes isn't able start the Pod on the selected
74+
is [terminated](#pod-termination); if Kubernetes isn't able to start the Pod on the selected
7575
node (for example, if the node crashes before the Pod starts), then that particular Pod
7676
never starts.
7777
-->

0 commit comments

Comments
 (0)