[zh-cn]sync persistent-volumes ttlafterfinished tutorials/_index
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
		
							parent
							
								
									2b45b2f386
								
							
						
					
					
						commit
						4aafc854cb
					
				| 
						 | 
					@ -3,6 +3,8 @@ title: 持久卷
 | 
				
			||||||
api_metadata:
 | 
					api_metadata:
 | 
				
			||||||
- apiVersion: "v1"
 | 
					- apiVersion: "v1"
 | 
				
			||||||
  kind: "PersistentVolume"
 | 
					  kind: "PersistentVolume"
 | 
				
			||||||
 | 
					- apiVersion: "v1"
 | 
				
			||||||
 | 
					  kind: "PersistentVolumeClaim"
 | 
				
			||||||
feature:
 | 
					feature:
 | 
				
			||||||
  title: 存储编排
 | 
					  title: 存储编排
 | 
				
			||||||
  description: >
 | 
					  description: >
 | 
				
			||||||
| 
						 | 
					@ -21,6 +23,8 @@ title: Persistent Volumes
 | 
				
			||||||
api_metadata:
 | 
					api_metadata:
 | 
				
			||||||
- apiVersion: "v1"
 | 
					- apiVersion: "v1"
 | 
				
			||||||
  kind: "PersistentVolume"
 | 
					  kind: "PersistentVolume"
 | 
				
			||||||
 | 
					- apiVersion: "v1"
 | 
				
			||||||
 | 
					  kind: "PersistentVolumeClaim"
 | 
				
			||||||
feature:
 | 
					feature:
 | 
				
			||||||
  title: Storage orchestration
 | 
					  title: Storage orchestration
 | 
				
			||||||
  description: >
 | 
					  description: >
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -97,7 +97,7 @@ Kubernetes 尊重 Job 对象的生命周期保证,例如等待
 | 
				
			||||||
  to detect changes to the `.status` of the Job and only set a TTL when the Job
 | 
					  to detect changes to the `.status` of the Job and only set a TTL when the Job
 | 
				
			||||||
  is being marked as completed.
 | 
					  is being marked as completed.
 | 
				
			||||||
* Write your own controller to manage the cleanup TTL for Jobs that match a particular
 | 
					* Write your own controller to manage the cleanup TTL for Jobs that match a particular
 | 
				
			||||||
  {{< glossary_tooltip term_id="selector" text="selector-selector" >}}.
 | 
					  {{< glossary_tooltip term_id="selector" text="selector" >}}.
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
* 使用[修改性质的准入 Webhook](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
 | 
					* 使用[修改性质的准入 Webhook](/zh-cn/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook)
 | 
				
			||||||
  在 Job 完成后动态设置该字段,并根据 Job 状态、标签等选择不同的 TTL 值。
 | 
					  在 Job 完成后动态设置该字段,并根据 Job 状态、标签等选择不同的 TTL 值。
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -115,6 +115,15 @@ Kubernetes 文档的这一部分包含教程。
 | 
				
			||||||
* [使用 AppArmor 限制容器对资源的访问](/zh-cn/docs/tutorials/security/apparmor/)
 | 
					* [使用 AppArmor 限制容器对资源的访问](/zh-cn/docs/tutorials/security/apparmor/)
 | 
				
			||||||
* [Seccomp](/zh-cn/docs/tutorials/security/seccomp/)
 | 
					* [Seccomp](/zh-cn/docs/tutorials/security/seccomp/)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!--
 | 
				
			||||||
 | 
					## Cluster Management
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [Running Kubelet in Standalone Mode](/docs/tutorials/cluster-management/kubelet-standalone/)
 | 
				
			||||||
 | 
					-->
 | 
				
			||||||
 | 
					## 集群管理
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* [以独立模式运行 kubelet](/zh-cn/docs/tutorials/cluster-management/kubelet-standalone/)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## {{% heading "whatsnext" %}}
 | 
					## {{% heading "whatsnext" %}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!--
 | 
					<!--
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue