Fix minor typo in Replication Controller (#5173)

This commit is contained in:
Malepati Bala Siva Sai Akhil
2017-08-25 23:30:06 +05:30
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
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.
If you do not specify `.spec.replicas`, then it defaults to 1.