File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/zh-cn/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ reviewers:
1212- liggitt
1313content_type: task
1414min-kubernetes-server-version: v1.22
15+ weight: 260
1516-->
1617
1718<!-- overview -->
@@ -388,7 +389,7 @@ For each updated PodSecurityPolicy:
3883893. Create the new PodSecurityPolicies. If any Roles or ClusterRoles are granting `use` on all PSPs
389390 this could cause the new PSPs to be used instead of their mutating counter-parts.
3903914. Update your authorization to grant access to the new PSPs. In RBAC this means updating any Roles
391- or ClusterRoles that grant the `use` permision on the original PSP to also grant it to the
392+ or ClusterRoles that grant the `use` permission on the original PSP to also grant it to the
392393 updated PSP.
393394-->
3943953 . 创建新的 PodSecurityPolicy。如果存在 Role 或 ClusterRole 对象为用户授权了在所有 PSP
You can’t perform that action at this time.
0 commit comments