Clarify minimum version of kubernetes supporting PSP authz

This commit is contained in:
Jordan Liggitt
2017-02-24 11:18:24 -05:00
committed by Andrew Chen
parent ae56b5bf07
commit 6d133c64d5
+1 -1
View File
@@ -163,5 +163,5 @@ following
## Working With RBAC
Use PodSecurityPolicy to control access to privileged containers based on role and groups.
In Kubernetes 1.5 and newer, you can use PodSecurityPolicy to control access to privileged containers based on user role and groups.
(see [more details](https://github.com/kubernetes/kubernetes/blob/master/examples/podsecuritypolicy/rbac/README.md)).