Adding note of PSP removal from the project documentation
Removal of PSP Support as part of k8s 1.25/1.26 transition, we are adding a note to each page that has pod security policy contexts from the project doc about its existence in K8S v1.24 and removal from K8S v1.25 Story: 2010590 Task: 48324 Change-Id: Ifefeda7ac181267b66398dbf45af9f6ee1239090 Signed-off-by: Rahul Roshan Kachchap <rahulroshan.kachchap@windriver.com>
This commit is contained in:
parent
72ffc9c3a3
commit
f076c3a387
@ -2,6 +2,13 @@
|
|||||||
Pod Security Policies
|
Pod Security Policies
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
.. 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>`
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
This guide was replaced by: :ref:`Pod Security Policies <pod-security-policies>`
|
This guide was replaced by: :ref:`Pod Security Policies <pod-security-policies>`
|
||||||
|
@ -6,6 +6,13 @@
|
|||||||
Assign Pod Security Policies
|
Assign Pod Security Policies
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
.. 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>`
|
||||||
|
|
||||||
This section describes Pod security policies for **cluster-admin users**,
|
This section describes Pod security policies for **cluster-admin users**,
|
||||||
and **non-cluster-admin users**.
|
and **non-cluster-admin users**.
|
||||||
|
|
||||||
|
@ -6,6 +6,13 @@
|
|||||||
Disable Pod Security Policy Checking
|
Disable Pod Security Policy Checking
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
|
.. 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>`
|
||||||
|
|
||||||
You can delete the previously added PodSecurityPolicy service parameter to
|
You can delete the previously added PodSecurityPolicy service parameter to
|
||||||
disable pod security policy checking.
|
disable pod security policy checking.
|
||||||
|
|
||||||
|
@ -6,6 +6,13 @@
|
|||||||
Enable Pod Security Policy Checking
|
Enable Pod Security Policy Checking
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
.. 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>`
|
||||||
|
|
||||||
.. rubric:: |proc|
|
.. rubric:: |proc|
|
||||||
|
|
||||||
#. Set the kubernetes kube_apiserver admission_plugins system parameter to
|
#. Set the kubernetes kube_apiserver admission_plugins system parameter to
|
||||||
|
@ -6,6 +6,13 @@
|
|||||||
Pod Security Policies
|
Pod Security Policies
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
.. 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>`
|
||||||
|
|
||||||
|PSPs| enable fine-grained authorization of pod creation and updates.
|
|PSPs| enable fine-grained authorization of pod creation and updates.
|
||||||
|
|
||||||
|PSPs| control access to security sensitive aspects of Pod specifications
|
|PSPs| control access to security sensitive aspects of Pod specifications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user