File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ fail validation.
152
152
<tr>
153
153
<td style="white-space: nowrap">Host Ports</td>
154
154
<td>
155
- <p>HostPorts should be disallowed, or at minimum restricted to a known list. </p>
155
+ <p>HostPorts should be disallowed entirely (recommended) or restricted to a known list</p>
156
156
<p><strong>Restricted Fields</strong></p>
157
157
<ul>
158
158
<li><code>spec.containers[*].ports[*].hostPort</code></li>
@@ -162,7 +162,7 @@ fail validation.
162
162
<p><strong>Allowed Values</strong></p>
163
163
<ul>
164
164
<li>Undefined/nil</li>
165
- <li>Known list</li>
165
+ <li>Known list (not supported by the built-in <a href="/docs/concepts/security/pod-security-admission/">Pod Security Admission controller</a>) </li>
166
166
<li><code>0</code></li>
167
167
</ul>
168
168
</td>
You can’t perform that action at this time.
0 commit comments