2020-08-31 11:01:56 -04:00
|
|
|
|
|
|
|
.. ecz1590154334366
|
|
|
|
.. _disable-pod-security-policy-checking:
|
|
|
|
|
|
|
|
====================================
|
|
|
|
Disable Pod Security Policy Checking
|
|
|
|
====================================
|
|
|
|
|
2023-07-17 02:16:07 -04:00
|
|
|
.. note::
|
|
|
|
|
|
|
|
PodSecurityPolicy (PSP) ONLY applies if running on K8S v1.24 or earlier.
|
|
|
|
PodSecurityPolicy (PSP) is deprecated as of Kubernetes v1.21 and removed from K8S v1.25.
|
|
|
|
Instead of using PodSecurityPolicy, you can enforce similar restrictions on Pods using
|
|
|
|
:ref:`Pod Security Admission Controller <pod-security-admission-controller-8e9e6994100f>`
|
|
|
|
|
2020-08-31 11:01:56 -04:00
|
|
|
You can delete the previously added PodSecurityPolicy service parameter to
|
|
|
|
disable pod security policy checking.
|
|
|
|
|
|
|
|
.. rubric:: |proc|
|
|
|
|
|
2023-02-28 14:02:05 +00:00
|
|
|
#. Remove the kubernetes **kube_apiserver admission_plugins** system
|
2020-08-31 11:01:56 -04:00
|
|
|
parameter to exclude PodSecurityPolicy.
|
|
|
|
|
|
|
|
.. code-block:: none
|
|
|
|
|
2021-03-15 16:56:04 -03:00
|
|
|
~(keystone_admin)]$ system service-parameter-delete <uuid>
|
2020-08-31 11:01:56 -04:00
|
|
|
|
|
|
|
#. Apply the Kubernetes system parameters.
|
|
|
|
|
|
|
|
.. code-block:: none
|
|
|
|
|
2021-03-15 16:56:04 -03:00
|
|
|
~(keystone_admin)]$ system service-parameter-apply kubernetes
|
2020-08-31 11:01:56 -04:00
|
|
|
|
|
|
|
|