File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1245,15 +1245,15 @@ Pod 的 `.spec` 中的 [`securityContext`](/zh/docs/reference/kubernetes-api/wor
1245
1245
### container.seccomp.security.alpha.kubernetes.io/[NAME] {#container-seccomp-security-alpha-kubernetes-io}
1246
1246
1247
1247
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
1249
1249
you through the steps you follow to apply a seccomp profile to a Pod or to one of
1250
1250
its containers. That tutorial covers the supported mechanism for configuring seccomp in Kubernetes,
1251
1251
based on setting `securityContext` within the Pod's `.spec`.
1252
1252
-->
1253
1253
### container.seccomp.security.alpha.kubernetes.io/[ NAME] {#container-seccomp-security-alpha-kubernetes-io}
1254
1254
1255
1255
此注解自 Kubernetes v1.19 起已被弃用,将在 v1.25 中失效。
1256
- 教程[ 使用 seccomp 限制容器的系统调用] ( /zh/docs/tutorials/clusters /seccomp/ ) 将引导你完成将
1256
+ 教程[ 使用 seccomp 限制容器的系统调用] ( /zh/docs/tutorials/security /seccomp/ ) 将引导你完成将
1257
1257
seccomp 配置文件应用于 Pod 或其容器的步骤。
1258
1258
该教程介绍了在 Kubernetes 中配置 seccomp 的支持机制,基于在 Pod 的 ` .spec ` 中设置 ` securityContext ` 。
1259
1259
You can’t perform that action at this time.
0 commit comments