@@ -387,11 +387,11 @@ Default: 10
387
387
<td >
388
388
<!-- eventRecordQPS is the maximum event creations per second. If 0, there
389
389
is no limit enforced. The value cannot be a negative number.
390
- Default: 5
390
+ Default: 50
391
391
-->
392
392
<p ><code >eventRecordQPS</code >设置每秒钟可创建的事件个数上限。如果此值为 0,
393
393
则表示没有限制。此值不能设置为负数。</p >
394
- <p >默认值:5 </p >
394
+ <p >默认值:50 </p >
395
395
</td >
396
396
</tr >
397
397
@@ -404,12 +404,12 @@ eventBurst is the maximum size of a burst of event creations, temporarily
404
404
allows event creations to burst to this number, while still not exceeding
405
405
eventRecordQPS. This field canot be a negative number and it is only used
406
406
when eventRecordQPS > 0.
407
- Default: 10
407
+ Default: 100
408
408
-->
409
409
<p ><code >eventBurst</code >是突发性事件创建的上限值,允许事件创建临时上升到所指定数量,
410
410
不过仍然不超过<code >eventRecordQPS</code >所设置的约束。此值必须是非负值,
411
411
且只有<code >eventRecordQPS</code > > ; 0 时才会使用此设置。</p >
412
- <p >默认值:10 </p >
412
+ <p >默认值:100 </p >
413
413
</td >
414
414
</tr >
415
415
@@ -434,10 +434,10 @@ Default: true
434
434
</td >
435
435
<td >
436
436
<!--
437
- enableContentionProfiling enables lock contention profiling, if enableDebuggingHandlers is true.
437
+ <p> enableContentionProfiling enables block profiling, if enableDebuggingHandlers is true
438
438
Default: false
439
439
-->
440
- <p ><code >enableContentionProfiling</code >用于启用锁竞争性能分析 ,
440
+ <p ><code >enableContentionProfiling</code >用于启用阻塞性能分析 ,
441
441
仅用于<code >enableDebuggingHandlers</code >为<code >true</code >的场合。</p >
442
442
<p >默认值:false</code >
443
443
</td >
@@ -804,8 +804,7 @@ resources;</li>
804
804
<li><code>single-numa-node</code>: kubelet only allows pods with a single NUMA alignment
805
805
of CPU and device resources.</li>
806
806
</ul>
807
- <p>Policies other than "none" require the TopologyManager feature gate to be enabled.
808
- Default: "none"</p>
807
+ <p>Default: "none"</p>
809
808
-->
810
809
<p ><code >topologyManagerPolicy</code >是要使用的拓扑管理器策略名称。合法值包括:</p >
811
810
<ul >
@@ -814,7 +813,6 @@ Default: "none"</p>
814
813
<li><code>none</code>:kubelet 不了解 Pod CPU 和设备资源 NUMA 对齐需求。</li>
815
814
<li><code>single-numa-node</code>:kubelet 仅允许在 CPU 和设备资源上对齐到同一 NUMA 节点的 Pod。</li>
816
815
</ul >
817
- <p >如果策略不是 " ; none" ; ,则要求启用<code >TopologyManager</code >特性门控。</p >
818
816
<p >默认值:" ; none" ; </p >
819
817
</td >
820
818
</tr >
@@ -830,16 +828,14 @@ that topology manager requests and hint providers generate. Valid values include
830
828
<li><code>container</code>: topology policy is applied on a per-container basis.</li>
831
829
<li><code>pod</code>: topology policy is applied on a per-pod basis.</li>
832
830
</ul>
833
- <p>"pod" scope requires the TopologyManager feature gate to be enabled.
834
- Default: "container"</p>
831
+ <p>Default: "container"</p>
835
832
-->
836
833
<p ><code >topologyManagerScope</code >代表的是拓扑提示生成的范围,
837
834
拓扑提示信息由提示提供者生成,提供给拓扑管理器。合法值包括:</p >
838
835
<ul >
839
836
<li><code>container</code>:拓扑策略是按每个容器来实施的。</li>
840
837
<li><code>pod</code>:拓扑策略是按每个 Pod 来实施的。</li>
841
838
</ul >
842
- <p >" ; pod" ; 范围要求启用<code >TopologyManager</code >特性门控。</p >
843
839
<p >默认值:" ; container" ; </p >
844
840
</td >
845
841
</tr >
@@ -1066,10 +1062,10 @@ Default: "application/vnd.kubernetes.protobuf"
1066
1062
</td >
1067
1063
<td >
1068
1064
<!-- kubeAPIQPS is the QPS to use while talking with kubernetes apiserver.
1069
- Default: 5
1065
+ Default: 50
1070
1066
-->
1071
1067
<p ><code >kubeAPIQPS</code >设置与 Kubernetes API 服务器通信时要使用的 QPS(每秒查询数)。</p >
1072
- <p >默认值:5 </p >
1068
+ <p >默认值:50 </p >
1073
1069
</td >
1074
1070
</tr >
1075
1071
@@ -1079,11 +1075,11 @@ Default: 5
1079
1075
<td >
1080
1076
<!-- kubeAPIBurst is the burst to allow while talking with kubernetes API server.
1081
1077
This field cannot be a negative number.
1082
- Default: 10
1078
+ Default: 100
1083
1079
-->
1084
1080
<p ><code >kubeAPIBurst</code >设置与 Kubernetes API 服务器通信时突发的流量级别。
1085
1081
此字段取值不可以是负数。</p >
1086
- <p >默认值:10 </p >
1082
+ <p >默认值:100 </p >
1087
1083
</td >
1088
1084
</tr >
1089
1085
@@ -1092,8 +1088,8 @@ Default: 10
1092
1088
</td >
1093
1089
<td >
1094
1090
<!-- serializeImagePulls when enabled, tells the Kubelet to pull images one
1095
- at a time. We recommend ∗ not∗ changing the default value on nodes that
1096
- run docker daemon with version < 1.9 or an Aufs storage backend.
1091
+ at a time. We recommend <em> not</em> changing the default value on nodes that
1092
+ run docker daemon with version < 1.9 or an Aufs storage backend.
1097
1093
Issue #10959 has more details.
1098
1094
Default: true
1099
1095
-->
@@ -1104,6 +1100,21 @@ Default: true
1104
1100
</td >
1105
1101
</tr >
1106
1102
1103
+ <tr ><td ><code >maxParallelImagePulls</code ><br />
1104
+ <code >int32</code >
1105
+ </td >
1106
+ <td >
1107
+ <!-- MaxParallelImagePulls sets the maximum number of image pulls in parallel.
1108
+ This field cannot be set if SerializeImagePulls is true.
1109
+ Setting it to nil means no limit.
1110
+ Default: nil
1111
+ -->
1112
+ <p >maxParallelImagePulls 设置并行拉取镜像的最大数量。
1113
+ 如果 serializeImagePulls 为 true,则无法设置此字段。
1114
+ 把它设置为 nil 意味着没有限制。</p >
1115
+ <p >默认值:true</p >
1116
+ </td >
1117
+ </tr >
1107
1118
<tr ><td ><code >evictionHard</code ><br />
1108
1119
<code >map[ string] string</code >
1109
1120
</td >
@@ -1482,13 +1493,13 @@ Default: ""
1482
1493
<td >
1483
1494
<!-- systemReservedCgroup helps the kubelet identify absolute name of top level CGroup used
1484
1495
to enforce <code>systemReserved</code> compute resource reservation for OS system daemons.
1485
- Refer to <a href="https://git.k8s. io/community/contributors/design-proposals/node/ node-allocatable.md ">Node Allocatable</a>
1496
+ Refer to <a href="https://kubernetes. io/docs/tasks/administer-cluster/reserve-compute-resources/# node-allocatable">Node Allocatable</a>
1486
1497
doc for more information.
1487
1498
Default: ""
1488
1499
-->
1489
1500
<p ><code >systemReservedCgroup</code >帮助 kubelet 识别用来为 OS 系统级守护进程实施
1490
1501
<code >systemReserved</code >计算资源预留时使用的顶级控制组(CGroup)。
1491
- 参考 <a href =" https://git.k8s. io/community/contributors/design-proposals/node/ node-allocatable.md " >Node Allocatable</a >
1502
+ 参考 <a href =" https://kubernetes. io/zh-cn/docs/tasks/administer-cluster/reserve-compute-resources/# node-allocatable " >Node Allocatable</a >
1492
1503
以了解详细信息。</p >
1493
1504
<p >默认值:" ;" ; </p >
1494
1505
</td >
@@ -1501,13 +1512,13 @@ Default: ""
1501
1512
<td >
1502
1513
<!-- kubeReservedCgroup helps the kubelet identify absolute name of top level CGroup used
1503
1514
to enforce <code>KubeReserved</code> compute resource reservation for Kubernetes node system daemons.
1504
- Refer to <a href="https://git.k8s. io/community/contributors/design-proposals/node/ node-allocatable.md ">Node Allocatable</a>
1515
+ Refer to <a href="https://kubernetes. io/docs/tasks/administer-cluster/reserve-compute-resources/# node-allocatable">Node Allocatable</a>
1505
1516
doc for more information.
1506
1517
Default: ""
1507
1518
-->
1508
1519
<p ><code >kubeReservedCgroup</code > 帮助 kubelet 识别用来为 Kubernetes 节点系统级守护进程实施
1509
1520
<code >kubeReserved</code >计算资源预留时使用的顶级控制组(CGroup)。
1510
- 参阅 <a href =" https://git.k8s. io/community/contributors/design-proposals/node/ node-allocatable.md " >Node Allocatable</a >
1521
+ 参阅 <a href =" https://kubernetes. io/zh-cn/docs/tasks/administer-cluster/reserve-compute-resources/# node-allocatable " >Node Allocatable</a >
1511
1522
了解进一步的信息。</p >
1512
1523
<p >默认值:" ;" ; </p >
1513
1524
</td >
@@ -1524,7 +1535,7 @@ If <code>none</code> is specified, no other options may be specified.
1524
1535
When <code>system-reserved</code> is in the list, systemReservedCgroup must be specified.
1525
1536
When <code>kube-reserved</code> is in the list, kubeReservedCgroup must be specified.
1526
1537
This field is supported only when <code>cgroupsPerQOS</code> is set to true.
1527
- Refer to <a href="https://git.k8s. io/community/contributors/design-proposals/node/ node-allocatable.md ">Node Allocatable</a>
1538
+ Refer to <a href="https://kubernetes. io/docs/tasks/administer-cluster/reserve-compute-resources/# node-allocatable">Node Allocatable</a>
1528
1539
for more information.
1529
1540
Default: ["pods"]
1530
1541
-->
@@ -1535,7 +1546,7 @@ Default: ["pods"]
1535
1546
<p >如果列表中包含<code >system-reserved</code >,则必须设置<code >systemReservedCgroup</code >。</p >
1536
1547
<p >如果列表中包含<code >kube-reserved</code >,则必须设置<code >kubeReservedCgroup</code >。</p >
1537
1548
<p >这个字段只有在<code >cgroupsPerQOS</code >被设置为<code >true</code >才被支持。</p >
1538
- <p >参阅<a href =" https://git.k8s. io/community/contributors/design-proposals/node/ node-allocatable.md " >Node Allocatable</a >
1549
+ <p >参阅<a href =" https://kubernetes. io/zh-cn/docs/tasks/administer-cluster/reserve-compute-resources/# node-allocatable " >Node Allocatable</a >
1539
1550
了解进一步的信息。</p >
1540
1551
<p >默认值:[" ; pods" ; ]</p >
1541
1552
</td >
@@ -1631,6 +1642,18 @@ Default: true
1631
1642
</td >
1632
1643
</tr >
1633
1644
1645
+ <tr ><td ><code >enableSystemLogQuery</code ><br />
1646
+ <code >bool</code >
1647
+ </td >
1648
+ <td >
1649
+ <!-- enableSystemLogQuery enables the node log query feature on the /logs endpoint.
1650
+ EnableSystemLogHandler has to be enabled in addition for this feature to work.
1651
+ -->
1652
+ <p >enableSystemLogQuery 启用在 /logs 端点上的节点日志查询功能。
1653
+ 此外,还必须启用 enableSystemLogHandler 才能使此功能起作用。</p >
1654
+ <p >默认值:false</p >
1655
+ </td >
1656
+ </tr >
1634
1657
<tr ><td ><code >shutdownGracePeriod</code ><br />
1635
1658
<a href =" https://pkg.go.dev/k8s.io/apimachinery/pkg/apis/meta/v1#Duration " ><code >meta/v1.Duration</code ></a >
1636
1659
</td >
@@ -1821,7 +1844,7 @@ Default: 0.8
1821
1844
</tr >
1822
1845
1823
1846
<tr ><td ><code >registerWithTaints</code ><br />
1824
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#taint-v1-core " ><code >[ ] core/v1.Taint</code ></a >
1847
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#taint-v1-core " ><code >[ ] core/v1.Taint</code ></a >
1825
1848
</td >
1826
1849
<td >
1827
1850
<!-- registerWithTaints are an array of taints to add to a node object when
@@ -1878,6 +1901,32 @@ Default: true -->
1878
1901
默认值:true</p >
1879
1902
</td >
1880
1903
</tr >
1904
+ <tr ><td ><code >containerRuntimeEndpoint</code > <B >[必需]</B ><br />
1905
+ <code >string</code >
1906
+ </td >
1907
+ <td >
1908
+ <!-- ContainerRuntimeEndpoint is the endpoint of container runtime.
1909
+ Unix Domain Sockets are supported on Linux, while npipe and tcp endpoints are supported on Windows.
1910
+ Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'-->
1911
+ <p >containerRuntimeEndpoint 是容器运行时的端点。
1912
+ Linux 支持 UNIX 域套接字,而 Windows 支持命名管道和 TCP 端点。
1913
+ 示例:'unix://path/to/runtime.sock', 'npipe:////./pipe/runtime'。</p >
1914
+ </td >
1915
+ </tr >
1916
+ <tr ><td ><code >imageServiceEndpoint</code ><br />
1917
+ <code >string</code >
1918
+ </td >
1919
+ <td >
1920
+ <!-- ImageServiceEndpoint is the endpoint of container image service.
1921
+ Unix Domain Socket are supported on Linux, while npipe and tcp endpoints are supported on Windows.
1922
+ Examples:'unix:///path/to/runtime.sock', 'npipe:////./pipe/runtime'.
1923
+ If not specified, the value in containerRuntimeEndpoint is used.-->
1924
+ <p >imageServiceEndpoint 是容器镜像服务的端点。
1925
+ Linux 支持 UNIX 域套接字,而 Windows 支持命名管道和 TCP 端点。
1926
+ 示例:'unix:///path/to/runtime.sock'、'npipe:////./pipe/runtime'。
1927
+ 如果未指定,则使用 containerRuntimeEndpoint 中的值。</p >
1928
+ </td >
1929
+ </tr >
1881
1930
</tbody >
1882
1931
</table >
1883
1932
@@ -1900,7 +1949,7 @@ SerializedNodeConfigSource 允许对 `v1.NodeConfigSource` 执行序列化操作
1900
1949
<tr ><td ><code >kind</code ><br />string</td ><td ><code >SerializedNodeConfigSource</code ></td ></tr >
1901
1950
1902
1951
<tr ><td ><code >source</code ><br />
1903
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#nodeconfigsource-v1-core " ><code >core/v1.NodeConfigSource</code ></a >
1952
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#nodeconfigsource-v1-core " ><code >core/v1.NodeConfigSource</code ></a >
1904
1953
</td >
1905
1954
<td >
1906
1955
<!-- source is the source that we are serializing.
@@ -2365,7 +2414,7 @@ MemoryReservation 为每个 NUMA 节点设置不同类型的内存预留。
2365
2414
</tr >
2366
2415
2367
2416
<tr ><td ><code >limits</code > <B >[必需]</B ><br />
2368
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26 /#resourcelist-v1-core " ><code >core/v1.ResourceList</code ></a >
2417
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#resourcelist-v1-core " ><code >core/v1.ResourceList</code ></a >
2369
2418
</td >
2370
2419
<td >
2371
2420
<!-- span class="text-muted">No description provided.</span-->
0 commit comments