File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: 持久卷
3
3
api_metadata :
4
4
- apiVersion : " v1"
5
5
kind : " PersistentVolume"
6
+ - apiVersion : " v1"
7
+ kind : " PersistentVolumeClaim"
6
8
feature :
7
9
title : 存储编排
8
10
description : >
@@ -21,6 +23,8 @@ title: Persistent Volumes
21
23
api_metadata:
22
24
- apiVersion: "v1"
23
25
kind: "PersistentVolume"
26
+ - apiVersion: "v1"
27
+ kind: "PersistentVolumeClaim"
24
28
feature:
25
29
title: Storage orchestration
26
30
description: >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Kubernetes 尊重 Job 对象的生命周期保证,例如等待
97
97
to detect changes to the `.status` of the Job and only set a TTL when the Job
98
98
is being marked as completed.
99
99
* Write your own controller to manage the cleanup TTL for Jobs that match a particular
100
- {{< glossary_tooltip term_id="selector" text="selector-selector " >}}.
100
+ {{< glossary_tooltip term_id="selector" text="selector" >}}.
101
101
-->
102
102
* 使用[ 修改性质的准入 Webhook] ( /zh-cn/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook )
103
103
在 Job 完成后动态设置该字段,并根据 Job 状态、标签等选择不同的 TTL 值。
Original file line number Diff line number Diff line change @@ -115,6 +115,15 @@ Kubernetes 文档的这一部分包含教程。
115
115
* [ 使用 AppArmor 限制容器对资源的访问] ( /zh-cn/docs/tutorials/security/apparmor/ )
116
116
* [ Seccomp] ( /zh-cn/docs/tutorials/security/seccomp/ )
117
117
118
+ <!--
119
+ ## Cluster Management
120
+
121
+ * [Running Kubelet in Standalone Mode](/docs/tutorials/cluster-management/kubelet-standalone/)
122
+ -->
123
+ ## 集群管理
124
+
125
+ * [ 以独立模式运行 kubelet] ( /zh-cn/docs/tutorials/cluster-management/kubelet-standalone/ )
126
+
118
127
## {{% heading "whatsnext" %}}
119
128
120
129
<!--
You can’t perform that action at this time.
0 commit comments