Remove SecurityContextDeny from 1.2 admission-control recommendation
ref kubernetes/kubernetes#25839
This commit is contained in:
@@ -136,7 +136,13 @@ namespace. In order to enforce integrity of that process, we strongly recommend
|
|||||||
|
|
||||||
Yes.
|
Yes.
|
||||||
|
|
||||||
For Kubernetes 1.0, we strongly recommend running the following set of admission control plug-ins (order matters):
|
For Kubernetes >= 1.2.0, we strongly recommend running the following set of admission control plug-ins (order matters):
|
||||||
|
|
||||||
|
```shell
|
||||||
|
--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,ResourceQuota
|
||||||
|
```
|
||||||
|
|
||||||
|
For Kubernetes >= 1.0.0, we strongly recommend running the following set of admission control plug-ins (order matters):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
|
--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
|
||||||
|
|||||||
Reference in New Issue
Block a user