update kubeclt to kubectl

This commit is contained in:
whitebear009
2022-02-11 17:37:01 +08:00
parent 20ee91f0da
commit 6a5ee2fe98
3 changed files with 3 additions and 3 deletions
@@ -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。
@@ -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