File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/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 @@ -196,7 +196,7 @@ fail validation.
196
196
<tr>
197
197
<td style="white-space: nowrap"><!--Host Ports-->宿主端口</td>
198
198
<td>
199
- <p><!--HostPorts should be disallowed, or at minimum restricted to a known list.-->应该禁止使用宿主端口, 或者至少限制只能使用某确定列表中的端口。</p>
199
+ <p><!--HostPorts should be disallowed entirely (recommended) or restricted to a known list.-->应该完全禁止使用宿主端口(推荐) 或者至少限制只能使用某确定列表中的端口。</p>
200
200
<p><strong><!--Restricted Fields-->限制的字段</strong></p>
201
201
<ul>
202
202
<li><code>spec.containers[*].ports[*].hostPort</code></li>
@@ -206,7 +206,7 @@ fail validation.
206
206
<p><strong><!--Allowed Values-->准许的取值</strong></p>
207
207
<ul>
208
208
<li><!--Undefined/nil-->未定义、nil</li>
209
- <li><!--Known list--> 已知列表</li>
209
+ <li><!--Known list (not supported by the built-in <a href="/docs/concepts/security/pod-security-admission/">Pod Security Admission controller</a>)--> 已知列表(不支持内置的 <a href="/docs/concepts/security/pod-security-admission/">Pod 安全性准入控制器</a> ) </li>
210
210
<li><code>0</code></li>
211
211
</ul>
212
212
</td>
You can’t perform that action at this time.
0 commit comments