unifying .spec like spelling in concepts/workloads/pods (#8831)

This commit is contained in:
lovejoy
2018-06-02 01:46:55 +08:00
committed by k8s-ci-robot
parent d600569e6e
commit 518b6334c5
3 changed files with 7 additions and 7 deletions
@@ -112,7 +112,7 @@ and the tool periodically retries all failed requests until all pods
are terminated, or until a configurable timeout is reached.
A PDB specifies the number of replicas that an application can tolerate having, relative to how
many it is intended to have. For example, a Deployment which has a `spec.replicas: 5` is
many it is intended to have. For example, a Deployment which has a `.spec.replicas: 5` is
supposed to have 5 pods at any given time. If its PDB allows for there to be 4 at a time,
then the Eviction API will allow voluntary disruption of one, but not two pods, at a time.