You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An API object that represents a piece of storage in the cluster. Available as a general, pluggable resource that persists beyond the lifecycle of any individual Pod.
20
+
An API object that represents a piece of storage in the cluster.
22
21
23
22
aka:
24
23
tags:
@@ -27,10 +26,14 @@ tags:
27
26
-->
28
27
29
28
<!--
30
-
An API object that represents a piece of storage in the cluster. Available as a general, pluggable resource that persists beyond the lifecycle of any individual {{< glossary_tooltip text="Pod" term_id="pod" >}}.
29
+
An API object that represents a piece of storage in the cluster. Representation of as a general, pluggable storage
30
+
{{< glossary_tooltip text="resource" term_id="infrastructure-resource" >}} that can persist beyond the lifecycle of any
A cluster-level resource that controls security sensitive aspects of the Pod specification. The `PodSecurityPolicy` objects define a set of conditions that a Pod must run with in order to be accepted into the system, as well as defaults for the related fields. Pod Security Policy control is implemented as an optional admission controller.
38
-
-->
39
-
40
-
Pod 安全策略是集群级别的资源,它控制着 Pod 规约中的安全性敏感的内容。
41
-
`PodSecurityPolicy` 对象定义了一组条件以及相关字段的默认值,Pod
42
-
运行时必须满足这些条件。Pod 安全策略控制实现上体现为一个可选的准入控制器。
43
-
44
34
<!--
45
35
PodSecurityPolicy was deprecated as of Kubernetes v1.21, and removed in v1.25.
46
36
As an alternative, use [Pod Security Admission](/docs/concepts/security/pod-security-admission/), or a 3rd party admission plugin.
0 commit comments