Skip to content

Commit e49c18f

Browse files
authored
Merge pull request #38960 from rohitagarwal003/patch-9
AdmissionConfiguration is a static configuration to the apiserver
2 parents 2bc7425 + a3466ca commit e49c18f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/tasks/configure-pod-container/enforce-standards-admission-controller.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ plugins:
5252
# Array of namespaces to exempt.
5353
namespaces: []
5454
```
55+
{{< note >}}
56+
The above manifest needs to be specified via the `--admission-control-config-file` to kube-apiserver.
57+
{{< /note >}}
5558

5659
{{< note >}}
5760
`pod-security.admission.config.k8s.io/v1` configuration requires v1.25+.

0 commit comments

Comments
 (0)