File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ The default value for `default-not-ready-toleration-seconds` and `default-unreac
176
176
This admission controller will intercept all requests to exec a command in a pod if that pod has a privileged container.
177
177
178
178
This functionality has been merged into [ DenyEscalatingExec] ( #denyescalatingexec ) .
179
- The DenyExecOnPrivileged admission plugin is deprecated and will be removed in v1.18 .
179
+ The DenyExecOnPrivileged admission plugin is deprecated.
180
180
181
181
Use of a policy-based admission plugin (like [ PodSecurityPolicy] ( #podsecuritypolicy ) or a custom admission plugin)
182
182
which can be targeted at specific users or Namespaces and also protects against creation of overly privileged Pods
@@ -190,7 +190,7 @@ This admission controller will deny exec and attach commands to pods that run wi
190
190
allow host access. This includes pods that run as privileged, have access to the host IPC namespace, and
191
191
have access to the host PID namespace.
192
192
193
- The DenyEscalatingExec admission plugin is deprecated and will be removed in v1.18 .
193
+ The DenyEscalatingExec admission plugin is deprecated.
194
194
195
195
Use of a policy-based admission plugin (like [ PodSecurityPolicy] ( #podsecuritypolicy ) or a custom admission plugin)
196
196
which can be targeted at specific users or Namespaces and also protects against creation of overly privileged Pods
You can’t perform that action at this time.
0 commit comments