From fb39f2f76a7e73587fc0338acb49a0df8c39af21 Mon Sep 17 00:00:00 2001 From: fisherxu Date: Mon, 7 Aug 2017 08:53:17 +0800 Subject: [PATCH] fix typo --- docs/concepts/workloads/controllers/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/deployment.md b/docs/concepts/workloads/controllers/deployment.md index 6d0bba0a8d..f31e12792b 100644 --- a/docs/concepts/workloads/controllers/deployment.md +++ b/docs/concepts/workloads/controllers/deployment.md @@ -810,7 +810,7 @@ the API. If `.spec.selector` is unspecified, `.spec.selector.matchLabels` defau `.spec.template.metadata.labels`. A Deployment may terminate Pods whose labels match the selector if their template is different -tfrom `.spec.template` or if the total number of such Pods exceeds `.spec.replicas`. It brings up new +from `.spec.template` or if the total number of such Pods exceeds `.spec.replicas`. It brings up new Pods with `.spec.template` if the number of Pods is less than the desired number. **Note:** You should not create other pods whose labels match this selector, either directly, by creating