Skip to content

Commit b040e0e

Browse files
authored
Merge pull request #39176 from gaogao101/work73
[zh-cn] pod-security-standards.md
2 parents 676dfdc + dc5852b commit b040e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/security/pod-security-standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fail validation.
196196
<tr>
197197
<td style="white-space: nowrap"><!--Host Ports-->宿主端口</td>
198198
<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>
200200
<p><strong><!--Restricted Fields-->限制的字段</strong></p>
201201
<ul>
202202
<li><code>spec.containers[*].ports[*].hostPort</code></li>
@@ -206,7 +206,7 @@ fail validation.
206206
<p><strong><!--Allowed Values-->准许的取值</strong></p>
207207
<ul>
208208
<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>
210210
<li><code>0</code></li>
211211
</ul>
212212
</td>

0 commit comments

Comments
 (0)