ReplicaSets: Correct paragraph spacing error

reviewable/pr2121/r1
Elijah Caine 2017-01-03 12:57:40 -08:00 committed by GitHub
parent 94aafc061a
commit 20c51c8c96
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ their ReplicaSets.
A ReplicaSet ensures that a specified number of pod “replicas” are running at any given
time. However, a Deployment is a higher-level concept that manages ReplicaSets and
provides declarative updates to pods along with a lot of other useful features.
Therefore, we recommend using Deployments instead of directly using ReplicaSets, unless
you require custom update orchestration or don't require updates at all.