Skip to content

Commit 9fd549b

Browse files
authored
Update the run command to refer to pod creation
The "run" command refers to deployment creation and it should refer to pod creation
1 parent efa6d3d commit 9fd549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `kubectl` tool supports verb-driven commands for creating some of the most c
3737
object types. The commands are named to be recognizable to users unfamiliar with
3838
the Kubernetes object types.
3939

40-
- `run`: Create a new Deployment object to run Containers in one or more Pods.
40+
- `run`: Create a new Pod to run a Container.
4141
- `expose`: Create a new Service object to load balance traffic across Pods.
4242
- `autoscale`: Create a new Autoscaler object to automatically horizontally scale a controller, such as a Deployment.
4343

0 commit comments

Comments
 (0)