
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
28 lines
662 B
ReStructuredText
28 lines
662 B
ReStructuredText
|
|
.. ecz1590154334366
|
|
.. _disable-pod-security-policy-checking:
|
|
|
|
====================================
|
|
Disable Pod Security Policy Checking
|
|
====================================
|
|
|
|
You can delete the previously added PodSecurityPolicy service parameter to
|
|
disable pod security policy checking.
|
|
|
|
.. rubric:: |proc|
|
|
|
|
#. Remove the kubernetes **kube_apiserver admission_plugins** system
|
|
parameter to exclude PodSecurityPolicy.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)]$ system service-parameter-delete <uuid>
|
|
|
|
#. Apply the Kubernetes system parameters.
|
|
|
|
.. code-block:: none
|
|
|
|
~(keystone_admin)]$ system service-parameter-apply kubernetes
|
|
|
|
|