Skip to content

Commit

Permalink
Merge pull request #40746 from ydFu/zh-migrate-from-psp
Browse files Browse the repository at this point in the history
[zh] sync tasks/configure-pod-container/migrate-from-psp.md
  • Loading branch information
k8s-ci-robot authored Apr 18, 2023
2 parents 92c31d9 + 38c756b commit 7f80fcc
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 7f80fcc

Please sign in to comment.