Skip to content

Commit 28df392

Browse files
authored
Merge pull request #24104 from andrescaroc/patch-1
Update the run command to refer to pod creation
2 parents efa6d3d + 9fd549b commit 28df392

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)