Merge pull request #38960 from rohitagarwal003/patch-9

AdmissionConfiguration is a static configuration to the apiserver
pull/39012/head
Kubernetes Prow Robot 2023-01-19 23:50:15 -08:00 committed by GitHub
commit e49c18f57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ plugins:
# Array of namespaces to exempt.
namespaces: []
```
{{< note >}}
The above manifest needs to be specified via the `--admission-control-config-file` to kube-apiserver.
{{< /note >}}
{{< note >}}
`pod-security.admission.config.k8s.io/v1` configuration requires v1.25+.