From 7dd73c1b147401a27050ac018e03f0f5e55efbcd Mon Sep 17 00:00:00 2001
From: LiuDui <1693291525@qq.com>
Date: Sun, 11 Aug 2019 20:49:11 +0800
Subject: [PATCH] =?UTF-8?q?ZH-trans=EF=BC=9Aadd=20kubeadm=5Finit=5Fphase?=
=?UTF-8?q?=5Fcerts=5Ffront-proxy-client.md=20(#15795)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...adm_init_phase_certs_front-proxy-client.md | 151 ++++++++++++++++++
1 file changed, 151 insertions(+)
create mode 100644 content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_front-proxy-client.md
diff --git a/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_front-proxy-client.md b/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_front-proxy-client.md
new file mode 100644
index 0000000000..9e3ae35c05
--- /dev/null
+++ b/content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_front-proxy-client.md
@@ -0,0 +1,151 @@
+为前端代理生成客户端
+
+
+
+
+### 概要
+
+
+为前端代理生成客户端,并将其保存到 front-proxy-client.cert 和 front-proxy-client.key 中。
+
+如果两个文件都已存在,kubeadm 将跳过生成步骤并将使用现有文件。
+
+Alpha 免责声明:此命令目前是 alpha 阶段
+
+```
+kubeadm init phase certs front-proxy-client [flags]
+```
+
+
+
+### 选项
+
+
+
+
+
+
+
+
+
+
+ | --cert-dir string 默认:"/etc/kubernetes/pki" |
+
+
+ | 保存和存储证书的路径。 |
+
+
+
+
+ | --config string |
+
+
+ | kubeadm 配置文件路径。 |
+
+
+
+
+ | --csr-dir string |
+
+
+ | 用于输出 CSRs 和私钥的路径 |
+
+
+
+
+ | --csr-only |
+
+
+ | 创建 CSRs 而不是生成证书 |
+
+
+
+
+ | -h, --help |
+
+
+ | front-proxy-client 的帮助信息 |
+
+
+
+
+
+
+
+
+
+### 从父命令继承的选项
+
+
+
+
+
+
+
+
+
+
+
+ | --rootfs string |
+
+
+ | [实验] 到'真实'主机根文件系统的路径。 |
+
+
+
+
+
+
+
+