From 194bf7664840bf8044291d4584cc138af33c31e2 Mon Sep 17 00:00:00 2001 From: xilabao Date: Tue, 20 Dec 2016 16:52:21 +0800 Subject: [PATCH] add reference to rbac & psp --- docs/user-guide/pod-security-policy/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-guide/pod-security-policy/index.md b/docs/user-guide/pod-security-policy/index.md index 6fb1d4cebf..53cdd4bd9e 100644 --- a/docs/user-guide/pod-security-policy/index.md +++ b/docs/user-guide/pod-security-policy/index.md @@ -156,3 +156,8 @@ following 1. You have enabled the api type `extensions/v1beta1/podsecuritypolicy` 1. You have enabled the admission controller `PodSecurityPolicy` 1. You have defined your policies + +## Working With RBAC + +Use PodSecurityPolicy to control access to privileged containers based on role and groups. +(see [more details](https://github.com/kubernetes/kubernetes/blob/master/examples/podsecuritypolicy/rbac/README.md)).