
This change addresses a long-standing issue in rST documentation imported from XML. That import process added backslash escapes in front of various characters. The three most common being '(', ')', and '_'. These instances are removed. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Id43a9337ffcd505ccbdf072d7b29afdb5d2c997e
787 B
787 B
Enable Pod Security Policy Checking
Set the kubernetes kube_apiserver admission_plugins system parameter to include PodSecurityPolicy.
~(keystone_admin)]$ system service-parameter-add kubernetes kube_apiserver admission_plugins=PodSecurityPolicy
Apply the Kubernetes system parameters.
~(keystone_admin)]$ system service-parameter-apply kubernetes
View the automatically added pod security policies.
$ kubectl get psp $ kubectl describe <psp> privileged $ kubectl describe <psp> restricted