Skip to content

Commit

Permalink
[zh] sync tasks/configure-pod-container/migrate-from-psp.md
Browse files Browse the repository at this point in the history
Signed-off-by: ydFu <[email protected]>
  • Loading branch information
ydFu committed Apr 18, 2023
1 parent 8d90f7d commit 38c756b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ reviewers:
- liggitt
content_type: task
min-kubernetes-server-version: v1.22
weight: 260
-->

<!-- overview -->
Expand Down Expand Up @@ -388,7 +389,7 @@ For each updated PodSecurityPolicy:
3. Create the new PodSecurityPolicies. If any Roles or ClusterRoles are granting `use` on all PSPs
this could cause the new PSPs to be used instead of their mutating counter-parts.
4. Update your authorization to grant access to the new PSPs. In RBAC this means updating any Roles
or ClusterRoles that grant the `use` permision on the original PSP to also grant it to the
or ClusterRoles that grant the `use` permission on the original PSP to also grant it to the
updated PSP.
-->
3. 创建新的 PodSecurityPolicy。如果存在 Role 或 ClusterRole 对象为用户授权了在所有 PSP
Expand Down

0 comments on commit 38c756b

Please sign in to comment.