You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this value; use this option only if you have more than one CRI installed or if you have non-standard CRI socket.
A set of key=value pairs that describe feature gates for various features. Options are:<br/>IPv6DualStack=true|false (ALPHA - default=false)
86
+
A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (BETA - default=true)
@@ -72,7 +100,9 @@ A set of key=value pairs that describe feature gates for various features. Optio
72
100
<!--
73
101
help for pull
74
102
-->
103
+
<p>
75
104
pull 操作的帮助命令
105
+
</p>
76
106
</td>
77
107
</tr>
78
108
@@ -89,7 +119,9 @@ pull 操作的帮助命令
89
119
<!--
90
120
Choose a container registry to pull control plane images from
91
121
-->
122
+
<p>
92
123
选择用于拉取控制平面镜像的容器仓库
124
+
</p>
93
125
</td>
94
126
</tr>
95
127
@@ -106,7 +138,9 @@ Choose a container registry to pull control plane images from
106
138
<!--
107
139
Choose a specific Kubernetes version for the control plane.
108
140
-->
141
+
<p>
109
142
为控制平面选择一个特定的 Kubernetes 版本。
143
+
</p>
110
144
</td>
111
145
</tr>
112
146
@@ -139,7 +173,9 @@ Choose a specific Kubernetes version for the control plane.
139
173
<!--
140
174
The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.
0 commit comments