sync job admission-controllers validating-admission-policy
u Update job.md Update job.mdpull/43934/head
parent
01ac54510a
commit
fa2a72709c
|
@ -1611,6 +1611,15 @@ the Job status, allowing the Pod to be removed by other controllers or users.
|
|||
为了实现这一点,Job 控制器创建的 Pod 带有 Finalizer `batch.kubernetes.io/job-tracking`。
|
||||
控制器只有在 Pod 被记入 Job 状态后才会移除 Finalizer,允许 Pod 可以被其他控制器或用户移除。
|
||||
|
||||
{{< note >}}
|
||||
<!--
|
||||
See [My pod stays terminating](/docs/tasks/debug-application/debug-pods) if you
|
||||
observe that pods from a Job are stucked with the tracking finalizer.
|
||||
-->
|
||||
如果你发现来自 Job 的某些 Pod 因存在负责跟踪的 Finalizer 而无法正常终止,
|
||||
请参阅[我的 Pod 一直处于终止状态](/zh-cn/docs/tasks/debug/debug-application/debug-pods/)。
|
||||
{{< /note >}}
|
||||
|
||||
<!--
|
||||
### Elastic Indexed Jobs
|
||||
-->
|
||||
|
|
|
@ -37,7 +37,7 @@ Kubernetes API server prior to persistence of the object, but after the request
|
|||
is authenticated and authorized.
|
||||
|
||||
Admission controllers may be _validating_, _mutating_, or both. Mutating
|
||||
controllers may modify related objects to the requests they admit; validating controllers may not.
|
||||
controllers may modify objects related to the requests they admit; validating controllers may not.
|
||||
|
||||
Admission controllers limit requests to create, delete, modify objects. Admission
|
||||
controllers can also block custom verbs, such as a request connect to a Pod via
|
||||
|
|
|
@ -210,8 +210,7 @@ otherwise the failures are ignored.
|
|||
否则这些失败将被忽略。
|
||||
|
||||
<!--
|
||||
See [Audit Annotations: validation falures](/docs/reference/labels-annotations-taints/audit-annotations/#validation-policy-admission-k8s-io-validation_failure)
|
||||
for more details about the validation failure audit annotation.
|
||||
See [Audit Annotations: validation failures](/docs/reference/labels-annotations-taints/audit-annotations/#validation-policy-admission-k8s-io-validation-failure) for more details about the validation failure audit annotation.
|
||||
-->
|
||||
有关验证失败审计注解的详细信息,请参见
|
||||
[审计注解:验证失败](/zh-cn/docs/reference/labels-annotations-taints/audit-annotations/#validation-policy-admission-k8s-io-validation_failure)。
|
||||
|
|
Loading…
Reference in New Issue