Skip to content

Commit c2e2725

Browse files
committed
fixed for #32288
:
1 parent 9baf49c commit c2e2725

File tree

1 file changed

+2
-2
lines changed
  • content/zh/docs/reference/labels-annotations-taints

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,15 +1245,15 @@ Pod 的 `.spec` 中的 [`securityContext`](/zh/docs/reference/kubernetes-api/wor
12451245
### container.seccomp.security.alpha.kubernetes.io/[NAME] {#container-seccomp-security-alpha-kubernetes-io}
12461246
12471247
This annotation has been deprecated since Kubernetes v1.19 and will become non-functional in v1.25.
1248-
The tutorial [Restrict a Container's Syscalls with seccomp](/docs/tutorials/clusters/seccomp/) takes
1248+
The tutorial [Restrict a Container's Syscalls with seccomp](/docs/tutorials/security/seccomp/) takes
12491249
you through the steps you follow to apply a seccomp profile to a Pod or to one of
12501250
its containers. That tutorial covers the supported mechanism for configuring seccomp in Kubernetes,
12511251
based on setting `securityContext` within the Pod's `.spec`.
12521252
-->
12531253
### container.seccomp.security.alpha.kubernetes.io/[NAME] {#container-seccomp-security-alpha-kubernetes-io}
12541254

12551255
此注解自 Kubernetes v1.19 起已被弃用,将在 v1.25 中失效。
1256-
教程[使用 seccomp 限制容器的系统调用](/zh/docs/tutorials/clusters/seccomp/)将引导你完成将
1256+
教程[使用 seccomp 限制容器的系统调用](/zh/docs/tutorials/security/seccomp/)将引导你完成将
12571257
seccomp 配置文件应用于 Pod 或其容器的步骤。
12581258
该教程介绍了在 Kubernetes 中配置 seccomp 的支持机制,基于在 Pod 的 `.spec` 中设置 `securityContext`
12591259

0 commit comments

Comments
 (0)