diff --git a/content/zh/docs/concepts/extend-kubernetes/_index.md b/content/zh/docs/concepts/extend-kubernetes/_index.md index 467388221b..e6f8d4bf86 100644 --- a/content/zh/docs/concepts/extend-kubernetes/_index.md +++ b/content/zh/docs/concepts/extend-kubernetes/_index.md @@ -95,10 +95,10 @@ Flags and configuration files may not always be changeable in a hosted Kubernete 有鉴于此,通常应该在没有其他替代方案时才应考虑更改参数标志和配置文件。 *内置的策略 API*,例如[ResourceQuota](/zh/docs/concepts/policy/resource-quotas/)、 -[PodSecurityPolicies](/zh/docs/concepts/policy/pod-security-policy/)、 +[PodSecurityPolicies](/zh/docs/concepts/security/pod-security-policy/)、 [NetworkPolicy](/zh/docs/concepts/services-networking/network-policies/) 和基于角色的访问控制([RBAC](/zh/docs/reference/access-authn-authz/rbac/)) 等等都是内置的 Kubernetes API。