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