Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

partial fix for SEE ALSO section under content/zh/docs/reference/setup-tools/kubeadm/generated/ need to be deleted #18411 #18875

Merged
merged 5 commits into from
Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,3 @@ kubeadm config print init-defaults [flags]
</tbody>
</table>



<!--
SEE ALSO
-->
查看其它

<!--
* [kubeadm config print](kubeadm_config_print.md) - Print configuration
-->
* [kubeadm config print](kubeadm_config_print.md) - 打印配置

Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,3 @@ kubeadm config print join-defaults [flags]

</tbody>
</table>



<!--
SEE ALSO
-->
查看其它

<!--
* [kubeadm config print](kubeadm_config_print.md) - Print configuration
-->
* [kubeadm config print](kubeadm_config_print.md) - 打印配置

Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,3 @@ kubeadm config view [flags]
</tbody>
</table>



<!--
SEE ALSO
-->
查看其它

<!--
* [kubeadm config](kubeadm_config.md) - Manage configuration for a kubeadm cluster persisted in a ConfigMap in the cluster
-->
* [kubeadm config](kubeadm_config.md) - 管理 kubeadm 集群的配置,该配置保留在集群的 ConfigMap 中

Original file line number Diff line number Diff line change
Expand Up @@ -435,16 +435,3 @@ kubeadm init [flags]
</tbody>
</table>



<!--
SEE ALSO
-->
查看其它

<!--
* [kubeadm](kubeadm.md) - kubeadm: easily bootstrap a secure Kubernetes cluster
* [kubeadm init phase](kubeadm_init_phase.md) - Use this command to invoke single phase of the init workflow
-->
* [kubeadm](kubeadm.md) - kubeadm: 轻松引导安全的 Kubernetes 集群
* [kubeadm init phase](kubeadm_init_phase.md) - 使用此命令可以调用 `init` 工作流程的单个阶段
Original file line number Diff line number Diff line change
Expand Up @@ -66,37 +66,3 @@ Use this command to invoke single phase of the init workflow
</tbody>
</table>



<!--
SEE ALSO
-->
查看其它

<!--
* [kubeadm init](kubeadm_init.md) - Run this command in order to set up the Kubernetes control plane
* [kubeadm init phase addon](kubeadm_init_phase_addon.md) - Install required addons for passing Conformance tests
* [kubeadm init phase bootstrap-token](kubeadm_init_phase_bootstrap-token.md) - Generates bootstrap tokens used to join a node to a cluster
* [kubeadm init phase certs](kubeadm_init_phase_certs.md) - Certificate generation
* [kubeadm init phase control-plane](kubeadm_init_phase_control-plane.md) - Generate all static Pod manifest files necessary to establish the control plane
* [kubeadm init phase etcd](kubeadm_init_phase_etcd.md) - Generate static Pod manifest file for local etcd
* [kubeadm init phase kubeconfig](kubeadm_init_phase_kubeconfig.md) - Generate all kubeconfig files necessary to establish the control plane and the admin kubeconfig file
* [kubeadm init phase kubelet-start](kubeadm_init_phase_kubelet-start.md) - Write kubelet settings and (re)start the kubelet
* [kubeadm init phase mark-control-plane](kubeadm_init_phase_mark-control-plane.md) - Mark a node as a control-plane
* [kubeadm init phase preflight](kubeadm_init_phase_preflight.md) - Run pre-flight checks
* [kubeadm init phase upload-certs](kubeadm_init_phase_upload-certs.md) - Upload certificates to kubeadm-certs
* [kubeadm init phase upload-config](kubeadm_init_phase_upload-config.md) - Upload the kubeadm and kubelet configuration to a ConfigMap
-->
* [kubeadm init](kubeadm_init.md) - 运行此命令以设置 Kubernetes 控制平面
* [kubeadm init phase addon](kubeadm_init_phase_addon.md) - 安装通过一致性测试所需的插件
* [kubeadm init phase bootstrap-token](kubeadm_init_phase_bootstrap-token.md) - 生成用于将节点加入集群的引导令牌
* [kubeadm init phase certs](kubeadm_init_phase_certs.md) - 生成证书
* [kubeadm init phase control-plane](kubeadm_init_phase_control-plane.md) - 生成建立控制平面所需的所有静态 Pod 清单文件
* [kubeadm init phase etcd](kubeadm_init_phase_etcd.md) - 为本地 etcd 生成静态 Pod 清单文件
* [kubeadm init phase kubeconfig](kubeadm_init_phase_kubeconfig.md) - 生成建立控制平面所需的 kubeconfig 文件和管理员用的 kubeconfig 文件
* [kubeadm init phase kubelet-start](kubeadm_init_phase_kubelet-start.md) - 编写 kubelet 设置并(重新)启动 kubelet
* [kubeadm init phase mark-control-plane](kubeadm_init_phase_mark-control-plane.md) - 将节点标记为控制平面
* [kubeadm init phase preflight](kubeadm_init_phase_preflight.md) - 运行 pre-flight(启动) 检查
* [kubeadm init phase upload-certs](kubeadm_init_phase_upload-certs.md) - 将证书上传到 kubeadm-certs
* [kubeadm init phase upload-config](kubeadm_init_phase_upload-config.md) - 将 kubeadm 和 kubelet 配置上传到 ConfigMap