@@ -17,14 +17,14 @@ namespace. These annotations apply to `Event` object from API group
17
17
18
18
<!--
19
19
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,
21
21
audit event data is written using `Event` from API group `audit.k8s.io`.
22
22
The annotations apply to audit events. Audit events are different from objects in the
23
23
[Event API](/docs/reference/kubernetes-api/cluster-resources/event-v1/) (API group
24
24
`events.k8s.io`).
25
25
-->
26
26
{{< note >}}
27
- Kubernetes API 中不使用以下注解。当你在集群中[ 启用审计] ( /zh/docs/tasks/debug-application -cluster/audit/ ) 时,
27
+ Kubernetes API 中不使用以下注解。当你在集群中[ 启用审计] ( /zh/docs/tasks/debug/debug -cluster/audit/ ) 时,
28
28
审计事件数据将使用 API 组 ` audit.k8s.io ` 中的 ` Event ` 写入。
29
29
注解适用于审计事件。审计事件不同于[ 事件 API ] ( /zh/docs/reference/kubernetes-api/cluster-resources/event-v1/ )
30
30
(API 组 ` events.k8s.io ` )中的对象。
@@ -108,15 +108,15 @@ Example: `authorization.k8s.io/decision: "forbid"`
108
108
109
109
This annotation indicates whether or not a request was authorized in Kubernetes audit logs.
110
110
111
- See [Auditing](/docs/tasks/debug-application -cluster/audit/) for more information.
111
+ See [Auditing](/docs/tasks/debug/debug -cluster/audit/) for more information.
112
112
-->
113
113
## authorization.k8s.io/decision {#authorization-k8s-io-decision}
114
114
115
115
例子:` authorization.k8s.io/decision: "forbid" `
116
116
117
117
此注解在 Kubernetes 审计日志中表示请求是否获得授权。
118
118
119
- 有关详细信息,请参阅[ 审计] ( /zh/docs/tasks/debug-application -cluster/audit/ ) 。
119
+ 有关详细信息,请参阅[ 审计] ( /zh/docs/tasks/debug/debug -cluster/audit/ ) 。
120
120
121
121
<!--
122
122
## authorization.k8s.io/reason
@@ -125,12 +125,12 @@ Example: `authorization.k8s.io/reason: "Human-readable reason for the decision"`
125
125
126
126
This annotation gives reason for the [decision](#authorization-k8s-io-decision) in Kubernetes audit logs.
127
127
128
- See [Auditing](/docs/tasks/debug-application -cluster/audit/) for more information.
128
+ See [Auditing](/docs/tasks/debug/debug -cluster/audit/) for more information.
129
129
-->
130
130
## authorization.k8s.io/reason {#authorization-k8s-io-reason}
131
131
132
132
例子:` authorization.k8s.io/reason: "Human-readable reason for the decision" `
133
133
134
134
此注解给出了 Kubernetes 审计日志中 [ decision] ( #authorization-k8s-io-decision ) 的原因。
135
135
136
- 有关详细信息,请参阅[ 审计] ( /zh/docs/tasks/debug-application -cluster/audit/ ) 。
136
+ 有关详细信息,请参阅[ 审计] ( /zh/docs/tasks/debug/debug -cluster/audit/ ) 。
0 commit comments