update kubeclt to kubectl

pull/31696/head
whitebear009 2022-02-11 17:37:01 +08:00
parent 20ee91f0da
commit 6a5ee2fe98
3 changed files with 3 additions and 3 deletions

View File

@ -400,6 +400,6 @@ running the build targets, see the following guides:
要手动设置所需的构造仓库,执行构建目标,以生成各个参考文档,可参考下面的指南:
* [为 Kubernetes 组件和工具生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-components/)
* [为 kubeclt 命令生成参考文档](/zh/docs/contribute/generate-ref-docs/kubectl/)
* [为 kubectl 命令生成参考文档](/zh/docs/contribute/generate-ref-docs/kubectl/)
* [为 Kubernetes API 生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-api/)

View File

@ -508,7 +508,7 @@ new ConfigMap, and then update the Node to use the new ConfigMap.
#### 做出更多的改变 {#make-more-changes}
按照下面的工作流程做出更多的改变并再次推送它们。
你每次推送一个 ConfigMap 的新内容时kubeclt 的 `--append-hash` 选项都会给
你每次推送一个 ConfigMap 的新内容时kubectl`--append-hash` 选项都会给
ConfigMap 创建一个新的名称。
最安全的上线策略是首先创建一个新的 ConfigMap然后更新节点以使用新的 ConfigMap。

View File

@ -347,7 +347,7 @@ spec:
Directly update the `replicas` field in the live configuration by using `kubectl scale`.
This does not use `kubectl apply`:
-->
通过 `kubeclt scale` 命令直接更新现时配置中的 `replicas` 字段。
通过 `kubectl scale` 命令直接更新现时配置中的 `replicas` 字段。
这一命令没有使用 `kubectl apply`
```shell