
Re-organized topic hierarchy Tiny edit to restart review workflow. Squashed with Resolved index.rst conflict commit Change-Id: I13472792cb19d1e9975ac76c6954d38054d606c5 Signed-off-by: Keane Lim <keane.lim@windriver.com> Signed-off-by: MCamp859 <maryx.camp@intel.com>
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
|
|
|
|
|