Skip to content

Commit 79502e8

Browse files
authored
Merge pull request #24191 from npu21/tasks-zh
update run command part for zh
2 parents 66d5a10 + 31b8ea7 commit 79502e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/tasks/manage-kubernetes-objects/imperative-command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `kubectl` tool supports verb-driven commands for creating some of the most c
5959
object types. The commands are named to be recognizable to users unfamiliar with
6060
the Kubernetes object types.
6161
62-
- `run`: Create a new Deployment object to run Containers in one or more Pods.
62+
- `run`: Create a new Pod to run a Container.
6363
- `expose`: Create a new Service object to load balance traffic across Pods.
6464
- `autoscale`: Create a new Autoscaler object to automatically horizontally scale a controller, such as a Deployment.
6565
-->
@@ -68,7 +68,7 @@ the Kubernetes object types.
6868
`kubectl` 工具支持动词驱动的命令,用来创建一些最常见的对象类别。
6969
命令的名称设计使得不熟悉 Kubernetes 对象类型的用户也能做出判断。
7070

71-
- `run`:创建一个新的 Deployment 对象来在一个或多个 Pod 中运行 Container
71+
- `run`:创建一个新的 Pod 来运行一个容器
7272
- `expose`:创建一个新的 Service 对象为若干 Pod 提供流量负载均衡。
7373
- `autoscale`:创建一个新的 Autoscaler 对象来自动对某控制器(如 Deployment)
7474
执行水平扩缩。

0 commit comments

Comments
 (0)