Skip to content

Commit c04603a

Browse files
authored
Merge pull request #33379 from JarHMJ/content/zh/docs/reference/labels-annotations-taints/audit-annotations.md
[zh] update content/zh/docs/reference/labels-annotations-taints/audit…
2 parents 151bc84 + 1aa5414 commit c04603a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/zh/docs/reference/labels-annotations-taints/audit-annotations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ namespace. These annotations apply to `Event` object from API group
1717

1818
<!--
1919
The following annotations are not used within the Kubernetes API. When you
20-
[enable auditing](/docs/tasks/debug-application-cluster/audit/) in your cluster,
20+
[enable auditing](/docs/tasks/debug/debug-cluster/audit/) in your cluster,
2121
audit event data is written using `Event` from API group `audit.k8s.io`.
2222
The annotations apply to audit events. Audit events are different from objects in the
2323
[Event API](/docs/reference/kubernetes-api/cluster-resources/event-v1/) (API group
2424
`events.k8s.io`).
2525
-->
2626
{{< note >}}
27-
Kubernetes API 中不使用以下注解。当你在集群中[启用审计](/zh/docs/tasks/debug-application-cluster/audit/)时,
27+
Kubernetes API 中不使用以下注解。当你在集群中[启用审计](/zh/docs/tasks/debug/debug-cluster/audit/)时,
2828
审计事件数据将使用 API 组 `audit.k8s.io` 中的 `Event` 写入。
2929
注解适用于审计事件。审计事件不同于[事件 API ](/zh/docs/reference/kubernetes-api/cluster-resources/event-v1/)
3030
(API 组 `events.k8s.io`)中的对象。
@@ -108,15 +108,15 @@ Example: `authorization.k8s.io/decision: "forbid"`
108108
109109
This annotation indicates whether or not a request was authorized in Kubernetes audit logs.
110110
111-
See [Auditing](/docs/tasks/debug-application-cluster/audit/) for more information.
111+
See [Auditing](/docs/tasks/debug/debug-cluster/audit/) for more information.
112112
-->
113113
## authorization.k8s.io/decision {#authorization-k8s-io-decision}
114114

115115
例子:`authorization.k8s.io/decision: "forbid"`
116116

117117
此注解在 Kubernetes 审计日志中表示请求是否获得授权。
118118

119-
有关详细信息,请参阅[审计](/zh/docs/tasks/debug-application-cluster/audit/)
119+
有关详细信息,请参阅[审计](/zh/docs/tasks/debug/debug-cluster/audit/)
120120

121121
<!--
122122
## authorization.k8s.io/reason
@@ -125,12 +125,12 @@ Example: `authorization.k8s.io/reason: "Human-readable reason for the decision"`
125125
126126
This annotation gives reason for the [decision](#authorization-k8s-io-decision) in Kubernetes audit logs.
127127
128-
See [Auditing](/docs/tasks/debug-application-cluster/audit/) for more information.
128+
See [Auditing](/docs/tasks/debug/debug-cluster/audit/) for more information.
129129
-->
130130
## authorization.k8s.io/reason {#authorization-k8s-io-reason}
131131

132132
例子:`authorization.k8s.io/reason: "Human-readable reason for the decision"`
133133

134134
此注解给出了 Kubernetes 审计日志中 [decision](#authorization-k8s-io-decision) 的原因。
135135

136-
有关详细信息,请参阅[审计](/zh/docs/tasks/debug-application-cluster/audit/)
136+
有关详细信息,请参阅[审计](/zh/docs/tasks/debug/debug-cluster/audit/)

0 commit comments

Comments
 (0)