Skip to content

Commit eadc759

Browse files
committed
some content is out of sync and triggers style errors
1 parent 7cf45cf commit eadc759

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

content/zh/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,6 @@ event requests. The cluster admin can specify event rate limits by:
426426
* 从文件中引用 `EventRateLimit` 配置文件,并提供给 API 服务器命令的
427427
`--admission-control-config-file` 标志:
428428

429-
{{< tabs name="eventratelimit_example" >}}
430-
{{% tab name="apiserver.config.k8s.io/v1" %}}
431429
```yaml
432430
apiVersion: apiserver.config.k8s.io/v1
433431
kind: AdmissionConfiguration
@@ -437,16 +435,6 @@ plugins:
437435
...
438436
```
439437

440-
```yaml
441-
# Deprecated in v1.17 in favor of apiserver.config.k8s.io/v1
442-
apiVersion: apiserver.k8s.io/v1alpha1
443-
kind: AdmissionConfiguration
444-
plugins:
445-
- name: EventRateLimit
446-
path: eventconfig.yaml
447-
...
448-
```
449-
450438
<!--
451439
There are four types of limits that can be specified in the configuration:
452440
-->

0 commit comments

Comments
 (0)