Skip to content

Commit

Permalink
Correct see also part 21-25 (#18513)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoguangze111 authored and k8s-ci-robot committed Jan 7, 2020
1 parent a5515a7 commit f83eca2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 85 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<!--
<!--
### Synopsis
-->
### 概要
Expand Down Expand Up @@ -32,7 +32,7 @@ kubeadm alpha kubelet config enable-dynamic [flags]
```
# 为节点启用动态 kubelet 配置。
kubeadm alpha phase kubelet enable-dynamic-config --node-name node-1 --kubelet-version 1.16.0
WARNING: This feature is still experimental, and disabled by default. Enable only if you know what you are doing, as it
may have surprising side-effects at this stage.
```
Expand Down Expand Up @@ -133,16 +133,3 @@ kubeadm alpha kubelet config enable-dynamic [flags]

</tbody>
</table>



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

<!--
* [kubeadm alpha kubelet config](kubeadm_alpha_kubelet_config.md) - Utilities for kubelet configuration
-->
* [kubeadm alpha kubelet config](kubeadm_alpha_kubelet_config.md) - 用于 kubelet 配置的实用程序

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<!--
<!--
### Synopsis
-->
### 概要
Expand Down Expand Up @@ -65,18 +65,3 @@ This command is not meant to be run on its own. See list of available subcommand

</tbody>
</table>



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

<!--
* [kubeadm alpha](kubeadm_alpha.md) - Kubeadm experimental sub-commands
* [kubeadm alpha selfhosting pivot](kubeadm_alpha_selfhosting_pivot.md) - Convert a static Pod-hosted control plane into a self-hosted one
-->
* [kubeadm alpha](kubeadm_alpha.md) - kubeadm 实验子命令
* [kubeadm alpha selfhosting pivot](kubeadm_alpha_selfhosting_pivot.md) - 将静态 Pod 托管的控制平面转换为自托管的平面

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<!--
<!--
### Synopsis
-->
### 概要
Expand Down Expand Up @@ -36,7 +36,7 @@ kubeadm alpha selfhosting pivot [flags]

```
# 将静态 Pod 托管的控制平面转换为自托管的控制平面。
kubeadm alpha phase self-hosting convert-from-staticpods
```

Expand Down Expand Up @@ -165,16 +165,3 @@ kubeadm alpha selfhosting pivot [flags]

</tbody>
</table>



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

<!--
* [kubeadm alpha selfhosting](kubeadm_alpha_selfhosting.md) - Make a kubeadm cluster self-hosted
-->
* [kubeadm alpha selfhosting](kubeadm_alpha_selfhosting.md) - 将 kubeadm 集群转换为自托管集群

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ following line to the .bash_profile

brew install bash-completion

安装后,必须激活 bash_completion。这可以通过在 .bash_profile 文件中添加下面的命令行来完成
安装后,必须激活 bash_completion。这可以通过在 .bash_profile 文件中添加下面的命令行来完成

source $(brew --prefix)/etc/bash_completion

Expand Down Expand Up @@ -146,16 +146,3 @@ source <(kubeadm completion zsh)

</tbody>
</table>



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

<!--
* [kubeadm](kubeadm.md) - kubeadm: easily bootstrap a secure Kubernetes cluster
-->
* [kubeadm](kubeadm.md) - kubeadm: 轻松引导安全的 Kubernetes 集群

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ kubeadm CLI v1.8.0+ 通过一个配置自动创建该 ConfigMap,这个配置
kubeadm config [flags]
```

<!--
### Options
<!--
### Options
-->
### 选项

Expand Down Expand Up @@ -66,8 +66,8 @@ kubeadm config [flags]



<!--
### Options inherited from parent commands
<!--
### Options inherited from parent commands
-->
### 从父命令继承的选项

Expand All @@ -92,24 +92,3 @@ kubeadm config [flags]

</tbody>
</table>



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

<!--
* [kubeadm](kubeadm.md) - kubeadm: easily bootstrap a secure Kubernetes cluster
* [kubeadm config images](kubeadm_config_images.md) - Interact with container images used by kubeadm
* [kubeadm config migrate](kubeadm_config_migrate.md) - Read an older version of the kubeadm configuration API types from a file, and output the similar config object for the newer version
* [kubeadm config print](kubeadm_config_print.md) - Print configuration
* [kubeadm config view](kubeadm_config_view.md) - View the kubeadm configuration stored inside the cluster
-->
* [kubeadm](kubeadm.md) - kubeadm: 轻松引导安全的 Kubernetes 集群
* [kubeadm config images](kubeadm_config_images.md) - 与 kubeadm 使用的容器镜像进行交互
* [kubeadm config migrate](kubeadm_config_migrate.md) - 从文件中读取旧版本的 kubeadm 配置 API 类型,并为新版本输出类似的 config 对象
* [kubeadm config print](kubeadm_config_print.md) - 打印配置
* [kubeadm config view](kubeadm_config_view.md) - 查看存储在集群中的 kubeadm 配置

0 comments on commit f83eca2

Please sign in to comment.