Merge pull request #24104 from andrescaroc/patch-1

Update the run command to refer to pod creation
pull/24106/head
Kubernetes Prow Robot 2020-09-24 06:52:05 -07:00 committed by GitHub
commit 28df39222b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ The `kubectl` tool supports verb-driven commands for creating some of the most c
object types. The commands are named to be recognizable to users unfamiliar with object types. The commands are named to be recognizable to users unfamiliar with
the Kubernetes object types. the Kubernetes object types.
- `run`: Create a new Deployment object to run Containers in one or more Pods. - `run`: Create a new Pod to run a Container.
- `expose`: Create a new Service object to load balance traffic across Pods. - `expose`: Create a new Service object to load balance traffic across Pods.
- `autoscale`: Create a new Autoscaler object to automatically horizontally scale a controller, such as a Deployment. - `autoscale`: Create a new Autoscaler object to automatically horizontally scale a controller, such as a Deployment.