Merge pull request #36436 from Michelle951/michelle02

[zh] sync admission-controllers.md
pull/36444/head
Kubernetes Prow Robot 2022-08-30 23:49:01 -07:00 committed by GitHub
commit 3e74bdaf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -163,7 +163,7 @@ In the current version, the default ones are:
-->
在目前版本中,默认启用的插件有:
```
```shell
CertificateApproval, CertificateSigning, CertificateSubjectRestriction, DefaultIngressClass, DefaultStorageClass, DefaultTolerationSeconds, LimitRanger, MutatingAdmissionWebhook, NamespaceLifecycle, PersistentVolumeClaimResize, PodSecurity, Priority, ResourceQuota, RuntimeClass, ServiceAccount, StorageObjectInUseProtection, TaintNodesByCondition, ValidatingAdmissionWebhook
```
@ -354,9 +354,11 @@ and users may remove values from `externalIPs` on existing `Service` objects.
Most users do not need this feature at all, and cluster admins should consider disabling it.
Clusters that do need to use this feature should consider using some custom policy to manage usage
of it.
This admission controller is disabled by default.
-->
大多数用户根本不需要此特性,集群管理员应考虑将其禁用。
确实需要使用此特性的集群应考虑使用一些自定义策略来管理 `externalIPs` 的使用。
此准入控制器默认被禁用。
### EventRateLimit {#eventratelimit}