diff --git a/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-join_mark-control-plane.md b/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-join_mark-control-plane.md
new file mode 100644
index 0000000000..370686e053
--- /dev/null
+++ b/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-join_mark-control-plane.md
@@ -0,0 +1,115 @@
+
+
+将节点标记为控制平面
+
+
+### 概要
+
+
+
+将节点标记为控制平面
+
+```
+kubeadm join phase control-plane-join mark-control-plane [flags]
+```
+
+
+### 选项
+
+
+
+
+
+
+
+
+
+ | --config string |
+
+
+ |
+
+ kubeadm 配置文件的路径
+ |
+
+
+ | --experimental-control-plane |
+
+
+ |
+
+ 在此节点上创建一个新的控制平面实例
+ |
+
+
+
+ | -h, --help |
+
+
+ |
+
+ 标记控制平面帮助
+ |
+
+
+
+ | --node-name string |
+
+
+ |
+
+ 指定节点名称。
+ |
+
+
+
+
+
+
+
+
+### 从父命令继承的选项
+
+
+
+
+
+
+
+
+
+ | --rootfs string |
+
+
+ |
+
+ [实验] 到'真实'主机根文件系统的路径。
+ |
+
+
+
+
+
+
+
+