From 511c92afbbb746bc5edfe96dedd7419a8551a048 Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Sun, 11 Oct 2020 21:20:23 -0400 Subject: [PATCH] Add "and" --- content/en/docs/concepts/workloads/controllers/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/controllers/deployment.md b/content/en/docs/concepts/workloads/controllers/deployment.md index 5e7374d5c4..3eedc64d57 100644 --- a/content/en/docs/concepts/workloads/controllers/deployment.md +++ b/content/en/docs/concepts/workloads/controllers/deployment.md @@ -13,7 +13,7 @@ weight: 10 -A _Deployment_ provides declarative updates for {{< glossary_tooltip text="Pods" term_id="pod" >}} +A _Deployment_ provides declarative updates for {{< glossary_tooltip text="Pods" term_id="pod" >}} and {{< glossary_tooltip term_id="replica-set" text="ReplicaSets" >}}. You describe a _desired state_ in a Deployment, and the Deployment {{< glossary_tooltip term_id="controller" >}} changes the actual state to the desired state at a controlled rate. You can define Deployments to create new ReplicaSets, or to remove existing Deployments and adopt all their resources with new Deployments.