Merge pull request #24104 from andrescaroc/patch-1
Update the run command to refer to pod creationpull/24106/head
commit
28df39222b
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue