Skip to content

Commit f466608

Browse files
committed
sync system-logs client-authentication client-authentication audit-annotations
1 parent 62e54e5 commit f466608

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/zh-cn/docs/concepts/cluster-administration/system-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ The `logrotate` tool rotates logs daily, or once the log size is greater than 10
399399
-->
400400
## 日志查询 {#log-query}
401401

402-
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
402+
{{< feature-state feature_gate_name="NodeLogQuery" >}}
403403

404404
<!--
405405
To help with debugging issues on nodes, Kubernetes v1.27 introduced a feature that allows viewing logs of services

content/zh-cn/docs/reference/config-api/client-authentication.v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ itself should at least be protected via file permissions.
259259
<thead><tr><th width="30%"><!--Field-->字段</th><th><!--Description-->描述</th></tr></thead>
260260
<tbody>
261261
<tr><td><code>expirationTimestamp</code><br/>
262-
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#time-v1-meta"><code>meta/v1.Time</code></a>
262+
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#time-v1-meta"><code>meta/v1.Time</code></a>
263263
</td>
264264
<td>
265265
<!--ExpirationTimestamp indicates a time when the provided credentials expire.-->

content/zh-cn/docs/reference/config-api/client-authentication.v1beta1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ exec 插件本身至少应通过文件访问许可来实施保护。</p>
290290

291291

292292
<tr><td><code>expirationTimestamp</code><br/>
293-
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#time-v1-meta"><code>meta/v1.Time</code></a>
293+
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#time-v1-meta"><code>meta/v1.Time</code></a>
294294
</td>
295295
<td>
296296
<!-- ExpirationTimestamp indicates a time when the provided credentials expire. -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Example: `validation.policy.admission.k8s.io/validation_failure: '[{"message": "
219219
<!--
220220
Used by Kubernetes version v1.27 and later.
221221
222-
This annotation indicates that a admission policy validation evaluted to false
222+
This annotation indicates that a admission policy validation evaluated to false
223223
for an API request, or that the validation resulted in an error while the policy
224224
was configured with `failurePolicy: Fail`.
225225
-->

0 commit comments

Comments
 (0)