Skip to content

Commit 6744be1

Browse files
authored
Merge pull request #33189 from my-git9/pod-security-policy4
[zh] Update docs/reference/glossary/pod-security-policy.md
2 parents 93b8604 + 7727724 commit 6744be1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/zh/docs/reference/glossary/pod-security-policy.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Pod 安全策略
33
id: pod-security-policy
44
date: 2018-04-12
5-
full_link: /zh/docs/concepts/policy/pod-security-policy/
5+
full_link: /zh/docs/concepts/security/pod-security-policy/
66
short_description: >
77
为 Pod 的创建和更新操作启用细粒度的授权。
88
@@ -17,7 +17,7 @@ tags:
1717
title: Pod Security Policy
1818
id: pod-security-policy
1919
date: 2018-04-12
20-
full_link: /docs/concepts/policy/pod-security-policy/
20+
full_link: /docs/concepts/security/pod-security-policy/
2121
short_description: >
2222
Enables fine-grained authorization of pod creation and updates.
2323
@@ -43,4 +43,9 @@ A cluster-level resource that controls security sensitive aspects of the Pod spe
4343
Pod 安全策略是集群级别的资源,它控制着 Pod 规约中的安全性敏感的内容。
4444
`PodSecurityPolicy`对象定义了一组条件以及相关字段的默认值,Pod 运行时必须满足这些条件。Pod 安全策略控制实现上体现为一个可选的准入控制器。
4545

46+
<!--
47+
PodSecurityPolicy is deprecated as of Kubernetes v1.21, and will be removed in v1.25. We recommend migrating to [Pod Security Admission](/docs/concepts/security/pod-security-admission/), or a 3rd party admission plugin.
48+
-->
49+
PodSecurityPolicy 自 Kubernetes v1.21 起已弃用,并将在 v1.25 中删除。
50+
我们建议迁移到 [Pod 安全准入](/zh/docs/concepts/security/pod-security-admission/)或第三方准入插件。
4651

0 commit comments

Comments
 (0)