Fix minor typo in Replication Controller (#5173)
This commit is contained in:
committed by
Steve Perry
parent
650a370d89
commit
ec6a0f078a
@@ -141,7 +141,7 @@ will have to manage the deletion yourself (see [below](#working-with-replication
|
|||||||
|
|
||||||
You can specify how many pods should run concurrently by setting `.spec.replicas` to the number
|
You can specify how many pods should run concurrently by setting `.spec.replicas` to the number
|
||||||
of pods you would like to have running concurrently. The number running at any time may be higher
|
of pods you would like to have running concurrently. The number running at any time may be higher
|
||||||
or lower, such as if the replicas was just increased or decreased, or if a pod is gracefully
|
or lower, such as if the replicas were just increased or decreased, or if a pod is gracefully
|
||||||
shutdown, and a replacement starts early.
|
shutdown, and a replacement starts early.
|
||||||
|
|
||||||
If you do not specify `.spec.replicas`, then it defaults to 1.
|
If you do not specify `.spec.replicas`, then it defaults to 1.
|
||||||
|
|||||||
Reference in New Issue
Block a user