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
The **policy/v1beta1** API version of PodDisruptionBudget will no longer be served in v1.25.
115
+
The **policy/v1beta1** API version of PodDisruptionBudget is no longer served as of v1.25.
103
116
104
117
* Migrate manifests and API clients to use the **policy/v1** API version, available since v1.21.
105
118
* All existing persisted objects are accessible via the new API
@@ -108,7 +121,7 @@ The **policy/v1beta1** API version of PodDisruptionBudget will no longer be serv
108
121
109
122
#### PodSecurityPolicy {#psp-v125}
110
123
111
-
PodSecurityPolicy in the **policy/v1beta1** API version will no longer be served in v1.25, and the PodSecurityPolicy admission controller will be removed.
124
+
PodSecurityPolicy in the **policy/v1beta1** API version is no longer served as of v1.25, and the PodSecurityPolicy admission controller will be removed.
112
125
113
126
Migrate to [Pod Security Admission](/docs/concepts/security/pod-security-admission/)
114
127
or a [3rd party admission webhook](/docs/reference/access-authn-authz/extensible-admission-controllers/).
@@ -117,7 +130,7 @@ For more information on the deprecation, see [PodSecurityPolicy Deprecation: Pas
117
130
118
131
#### RuntimeClass {#runtimeclass-v125}
119
132
120
-
RuntimeClass in the **node.k8s.io/v1beta1** API version will no longer be served in v1.25.
133
+
RuntimeClass in the **node.k8s.io/v1beta1** API version is no longer served as of v1.25.
121
134
122
135
* Migrate manifests and API clients to use the **node.k8s.io/v1** API version, available since v1.20.
123
136
* All existing persisted objects are accessible via the new API
0 commit comments