Merge pull request #38960 from rohitagarwal003/patch-9
AdmissionConfiguration is a static configuration to the apiserverpull/39012/head
commit
e49c18f57a
|
@ -52,6 +52,9 @@ plugins:
|
||||||
# Array of namespaces to exempt.
|
# Array of namespaces to exempt.
|
||||||
namespaces: []
|
namespaces: []
|
||||||
```
|
```
|
||||||
|
{{< note >}}
|
||||||
|
The above manifest needs to be specified via the `--admission-control-config-file` to kube-apiserver.
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
`pod-security.admission.config.k8s.io/v1` configuration requires v1.25+.
|
`pod-security.admission.config.k8s.io/v1` configuration requires v1.25+.
|
||||||
|
|
Loading…
Reference in New Issue