Merge pull request #48429 from my-git9/pp-27356
[zh-cn]sync persistent-volumes ttlafterfinished tutorials/_indexpull/48433/head
commit
75cd44a268
|
@ -3,6 +3,8 @@ title: 持久卷
|
|||
api_metadata:
|
||||
- apiVersion: "v1"
|
||||
kind: "PersistentVolume"
|
||||
- apiVersion: "v1"
|
||||
kind: "PersistentVolumeClaim"
|
||||
feature:
|
||||
title: 存储编排
|
||||
description: >
|
||||
|
@ -21,6 +23,8 @@ title: Persistent Volumes
|
|||
api_metadata:
|
||||
- apiVersion: "v1"
|
||||
kind: "PersistentVolume"
|
||||
- apiVersion: "v1"
|
||||
kind: "PersistentVolumeClaim"
|
||||
feature:
|
||||
title: Storage orchestration
|
||||
description: >
|
||||
|
|
|
@ -97,7 +97,7 @@ Kubernetes 尊重 Job 对象的生命周期保证,例如等待
|
|||
to detect changes to the `.status` of the Job and only set a TTL when the Job
|
||||
is being marked as completed.
|
||||
* 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)
|
||||
在 Job 完成后动态设置该字段,并根据 Job 状态、标签等选择不同的 TTL 值。
|
||||
|
|
|
@ -115,6 +115,15 @@ Kubernetes 文档的这一部分包含教程。
|
|||
* [使用 AppArmor 限制容器对资源的访问](/zh-cn/docs/tutorials/security/apparmor/)
|
||||
* [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" %}}
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue