@@ -145,7 +145,7 @@ kubeadm 所提供的默认值在必要时也会保证其在多个组件之间是
145
145
146
146
<!--
147
147
<p>Users are always allowed to override default values, with the only exception of a small subset of setting with
148
- relevance for security (e.g. enforce authorization-mode Node and RBAC on api server)</p>
148
+ relevance for security (e.g. enforce authorization-mode Node and RBAC on api server). </p>
149
149
<p>If the user provides a configuration types that is not expected for the action you are performing, kubeadm will
150
150
ignore those types and print a warning.</p>
151
151
-->
@@ -1409,7 +1409,7 @@ HostPathMount contains elements describing volumes that are mounted from the hos
1409
1409
</td >
1410
1410
</tr >
1411
1411
<tr ><td ><code >pathType</code ><br />
1412
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#hostpathtype-v1-core " ><code >core/v1.HostPathType</code ></a >
1412
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#hostpathtype-v1-core " ><code >core/v1.HostPathType</code ></a >
1413
1413
</td >
1414
1414
<td >
1415
1415
<!--
@@ -1700,14 +1700,14 @@ Defaults to the hostname of the node if not provided.
1700
1700
<td >
1701
1701
<!--
1702
1702
<code>criSocket</code> is used to retrieve container runtime info.
1703
- This information will be annotated to the Node API object, for later re-use
1703
+ This information will be annotated to the Node API object, for later re-use.
1704
1704
-->
1705
1705
<p ><code >criSocket</code > 用来读取容器运行时的信息。
1706
1706
此信息会被以注解的方式添加到 Node API 对象至上,用于后续用途。</p >
1707
1707
</td >
1708
1708
</tr >
1709
1709
<tr ><td ><code >taints</code > <B ><!-- [Required]--> [必需]</B ><br />
1710
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#taint-v1-core " ><code >[ ] core/v1.Taint</code ></a >
1710
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#taint-v1-core " ><code >[ ] core/v1.Taint</code ></a >
1711
1711
</td >
1712
1712
<td >
1713
1713
<!--
@@ -1750,14 +1750,19 @@ command line except without leading dash(es).
1750
1750
<td >
1751
1751
<!--
1752
1752
<code>ignorePreflightErrors</code> provides a list of pre-flight errors to be ignored when
1753
- the current node is registered.
1753
+ the current node is registered, e.g.
1754
+ <code>IsPrevilegedUser,Swap</code>.
1755
+ Value <code>all</code> ignores errors from all checks.
1754
1756
-->
1755
- <p ><code >ignorePreflightErrors</code > 提供一组在当前节点被注册时可以
1756
- 忽略掉的预检错误。</p >
1757
+ <p >
1758
+ <code>ignorePreflightErrors</code> 提供一组在当前节点被注册时可以忽略掉的预检错误。
1759
+ 例如:<code>IsPrevilegedUser,Swap</code>。
1760
+ 取值 <code>all</code> 忽略所有检查的错误。
1761
+ </p >
1757
1762
</td >
1758
1763
</tr >
1759
1764
<tr ><td ><code >imagePullPolicy</code ><br />
1760
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#pullpolicy-v1-core " ><code >core/v1.PullPolicy</code ></a >
1765
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#pullpolicy-v1-core " ><code >core/v1.PullPolicy</code ></a >
1761
1766
</td >
1762
1767
<td >
1763
1768
<!--
@@ -1881,7 +1886,7 @@ for, so other administrators can know its purpose.
1881
1886
</td >
1882
1887
</tr >
1883
1888
<tr ><td ><code >expires</code ><br />
1884
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27 /#time-v1-meta " ><code >meta/v1.Time</code ></a >
1889
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#time-v1-meta " ><code >meta/v1.Time</code ></a >
1885
1890
</td >
1886
1891
<td >
1887
1892
<!--
0 commit comments