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.
If the node should host a new control plane instance, the IP address the API Server will advertise it's listening on. If not set the default network interface will be used.
38
54
-->
55
+
<p>
39
56
如果该节点托管一个新的控制平面实例,则 API 服务器将公布其正在侦听的 IP 地址。如果未设置,则使用默认网络接口。
57
+
</p>
40
58
</td>
41
59
</tr>
42
60
@@ -53,7 +71,9 @@ If the node should host a new control plane instance, the IP address the API Ser
53
71
<!--
54
72
If the node should host a new control plane instance, the port for the API Server to bind to.
55
73
-->
74
+
<p>
56
75
如果该节点托管一个新的控制平面实例,则为 API 服务器要绑定的端口。
76
+
</p>
57
77
</td>
58
78
</tr>
59
79
@@ -65,7 +85,9 @@ If the node should host a new control plane instance, the port for the API Serve
65
85
<!--
66
86
Use this key to decrypt the certificate secrets uploaded by init.
67
87
-->
88
+
<p>
68
89
使用此密钥解密由 init 上传的证书 secrets。
90
+
</p>
69
91
</td>
70
92
</tr>
71
93
@@ -77,7 +99,9 @@ Use this key to decrypt the certificate secrets uploaded by init.
77
99
<!--
78
100
Path to kubeadm config file.
79
101
-->
102
+
<p>
80
103
kubeadm 配置文件的路径。
104
+
</p>
81
105
</td>
82
106
</tr>
83
107
@@ -89,7 +113,9 @@ kubeadm 配置文件的路径。
89
113
<!--
90
114
Create a new control plane instance on this node
91
115
-->
116
+
<p>
92
117
在此节点上创建一个新的控制平面实例
118
+
</p>
93
119
</td>
94
120
</tr>
95
121
@@ -101,7 +127,9 @@ Create a new control plane instance on this node
101
127
<!--
102
128
For file-based discovery, a file or URL from which to load cluster information.
103
129
-->
130
+
<p>
104
131
对于基于文件的发现,给出用于加载集群信息的文件或者 URL。
132
+
</p>
105
133
</td>
106
134
</tr>
107
135
@@ -113,19 +141,23 @@ For file-based discovery, a file or URL from which to load cluster information.
113
141
<!--
114
142
For token-based discovery, the token used to validate cluster information fetched from the API server.
Path to a directory that contains files named "target[suffix][+patchtype].extension". For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "patchtype" can be one of "strategic", "merge" or "json" and they match the patch formats supported by kubectl. The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". "suffix" is an optional string that can be used to determine which patches are applied first alpha-numerically.
Path to a directory that contains files named "target[suffix][+patchtype].extension". For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-apiserver", "kube-controller-manager", "kube-scheduler", "etcd". "patchtype" can be one of "strategic", "merge" or "json" and they match the patch formats supported by kubectl. The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". "suffix" is an optional string that can be used to determine which patches are applied first alpha-numerically.
0 commit comments