We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 930081f + b52b41f commit b28b1d3Copy full SHA for b28b1d3
content/zh/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md
@@ -235,9 +235,8 @@ Kubeadm 允许将包含补丁文件的目录传递给各个节点上的 `InitCon
235
```yaml
236
apiVersion: kubeadm.k8s.io/v1beta3
237
kind: InitConfiguration
238
-nodeRegistration:
239
- patches:
240
- directory: /home/user/somedir
+patches:
+ directory: /home/user/somedir
241
```
242
243
{{< note >}}
@@ -256,9 +255,8 @@ You can pass this file to `kubeadm join` with `--config <YOUR CONFIG YAML>`:
256
255
257
258
kind: JoinConfiguration
259
260
261
262
263
264
<!--
0 commit comments