We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa6d3d + 9fd549b commit 28df392Copy full SHA for 28df392
content/en/docs/tasks/manage-kubernetes-objects/imperative-command.md
@@ -37,7 +37,7 @@ The `kubectl` tool supports verb-driven commands for creating some of the most c
37
object types. The commands are named to be recognizable to users unfamiliar with
38
the Kubernetes object types.
39
40
-- `run`: Create a new Deployment object to run Containers in one or more Pods.
+- `run`: Create a new Pod to run a Container.
41
- `expose`: Create a new Service object to load balance traffic across Pods.
42
- `autoscale`: Create a new Autoscaler object to automatically horizontally scale a controller, such as a Deployment.
43
0 commit comments