@@ -316,14 +316,14 @@ Defaults:
316
316
cacheTTL: "2m"
317
317
-->
318
318
<p ><code >authorization</code >设置发送给 kubelet 服务器的请求是如何进行身份认证的。</p >
319
- <p >默认值:</p >
320
- < pre ><code >
321
- anonymous:
322
- enabled: false
323
- webhook:
324
- enabled: true
325
- cacheTTL: " ; 2m" ;
326
- </ code ></pre >
319
+ <p >默认值:</p >
320
+ < p ><code >< pre >
321
+ anonymous:
322
+ enabled: false
323
+ webhook:
324
+ enabled: true
325
+ cacheTTL: " ; 2m" ;
326
+ </ pre ></ code ></p >
327
327
</td >
328
328
</tr >
329
329
@@ -736,11 +736,11 @@ Default: "cgroupfs"
736
736
<td >
737
737
<!-- cpuManagerPolicy is the name of the policy to use.
738
738
Requires the CPUManager feature gate to be enabled.
739
- Default: "None "
739
+ Default: "none "
740
740
-->
741
741
<p ><code >cpuManagerPolicy</code >是要使用的策略名称。需要启用<code >CPUManager</code >
742
742
特性门控。</p >
743
- <p >默认值:" ; None " ; </p >
743
+ <p >默认值:" ; none " ; </p >
744
744
</td >
745
745
</tr >
746
746
@@ -765,12 +765,9 @@ Default: nil
765
765
</td >
766
766
<td >
767
767
<!-- cpuManagerReconcilePeriod is the reconciliation period for the CPU Manager.
768
- Requires the CPUManager feature gate to be enabled.
769
768
Default: "10s"
770
769
-->
771
- <p ><code >cpuManagerReconcilePeriod</code >是 CPU 管理器的协调周期时长。
772
- 需要启用<code >CPUManager</code >特性门控。</p >
773
- <p >默认值:" ; 10s" ; </p >
770
+ <p ><code >cpuManagerReconcilePeriod</code >是 CPU 管理器的协调周期时长。默认值:" ; 10s" ; </p >
774
771
</td >
775
772
</tr >
776
773
@@ -1556,16 +1553,16 @@ Default: ["pods"]
1556
1553
<code >[ ] string</code >
1557
1554
</td >
1558
1555
<td >
1559
- <!-- A comma separated whitelist of unsafe sysctls or sysctl patterns (ending in <code>* </code>).
1560
- Unsafe sysctl groups are <code>kernel.shm* </code>, <code>kernel.msg* </code>, <code>kernel.sem</code>, <code>fs.mqueue.* </code>,
1561
- and <code>net.* </code>. For example: "<code>kernel.msg* ,net.ipv4.route.min_pmtu</code>"
1556
+ <!-- A comma separated whitelist of unsafe sysctls or sysctl patterns (ending in <code>* </code>).
1557
+ Unsafe sysctl groups are <code>kernel.shm* </code>, <code>kernel.msg* </code>, <code>kernel.sem</code>, <code>fs.mqueue.* </code>,
1558
+ and <code>net.* </code>. For example: "<code>kernel.msg* ,net.ipv4.route.min_pmtu</code>"
1562
1559
Default: []
1563
1560
-->
1564
- <p >用逗号分隔的白名单列表,其中包含不安全的 sysctl 或 sysctl 模式(以<code >&lowast ; </code >结尾)。
1561
+ <p >用逗号分隔的白名单列表,其中包含不安全的 sysctl 或 sysctl 模式(以<code >&# 42 ; </code >结尾)。
1565
1562
</p >
1566
- <p >不安全的 sysctl 组有 <code >kernel.shm&lowast ; </code >、<code >kernel.msg&lowast ; </code >、
1567
- <code >kernel.sem</code >、<code >fs.mqueue.&lowast ; </code > 和<code >net.&lowast ; </code >。</p >
1568
- <p >例如:" ; <code >kernel.msg&lowast ; ,net.ipv4.route.min\_pmtu</code >" ; </p >
1563
+ <p >不安全的 sysctl 组有 <code >kernel.shm&# 42 ; </code >、<code >kernel.msg&# 42 ; </code >、
1564
+ <code >kernel.sem</code >、<code >fs.mqueue.&# 42 ; </code > 和<code >net.&# 42 ; </code >。</p >
1565
+ <p >例如:" ; <code >kernel.msg&# 42 ; ,net.ipv4.route.min\_pmtu</code >" ; </p >
1569
1566
<p >默认值:[]</p >
1570
1567
</td >
1571
1568
</tr >
@@ -2014,15 +2011,15 @@ and URL path.
2014
2011
<!--
2015
2012
Each entry in matchImages is a pattern which can optionally contain a port and a path.
2016
2013
Globs can be used in the domain, but not in the port or the path. Globs are supported
2017
- as subdomains like '<em> .k8s.io' or ' k8s.</em>.io' , and top-level-domains such as ' k8s.<em>' .
2018
- Matching partial subdomains like 'app</em> .k8s.io' is also supported. Each glob can only match
2019
- a single subdomain segment, so * .io does not match * .k8s.io.
2014
+ as subdomains like <code>* .k8s.io</code> or <code> k8s.*.io</code> , and top-level-domains such as <code> k8s.*</code> .
2015
+ Matching partial subdomains like <code>app* .k8s.io</code> is also supported. Each glob can only match
2016
+ a single subdomain segment, so <code>* .io</code> does not match <code>* .k8s.io</code> .
2020
2017
-->
2021
2018
<p ><code >matchImages</code > 中的每个条目都是一个模式字符串,其中可以包含端口号和路径。
2022
2019
域名部分可以包含统配符,但端口或路径部分不可以。通配符可以用作子域名,例如
2023
- ' * .k8s.io' 或 ' k8s.* .io' ,以及顶级域名,如 ' k8s.* ' 。</p >
2024
- <p >对类似 ' app* .k8s.io' 这类部分子域名的匹配也是支持的。
2025
- 每个通配符只能用来匹配一个子域名段,所以 ' * .io' 不会匹配 ' * .k8s.io' 。</p >
2020
+ < code > & ast ; .k8s.io</ code > 或 < code > k8s.& ast ; .io</ code > ,以及顶级域名,如 < code > k8s.& ast ; </ code > 。</p >
2021
+ <p >对类似 < code > app& ast ; .k8s.io</ code > 这类部分子域名的匹配也是支持的。
2022
+ 每个通配符只能用来匹配一个子域名段,所以 < code > & ast ; .io</ code > 不会匹配 < code > & ast ; .k8s.io</ code > 。</p >
2026
2023
<!--
2027
2024
A match exists between an image and a matchImage when all of the below are true:
2028
2025
-->
@@ -2043,9 +2040,9 @@ Example values of matchImages:
2043
2040
<p ><code >matchImages</code > 的一些示例如下:</p >
2044
2041
<ul >
2045
2042
<li >123456789.dkr.ecr.us-east-1.amazonaws.com</li >
2046
- <li >* .azurecr.io</li >
2043
+ <li >& ast ; .azurecr.io</li >
2047
2044
<li >gcr.io</li >
2048
- <li >< em >.</ em > .registry.io</li >
2045
+ <li >& ast ; . & ast ; .registry.io</li >
2049
2046
<li >registry.io:8080/path</li >
2050
2047
</ul >
2051
2048
</td >
0 commit comments