Skip to content

Commit dfc16b6

Browse files
authored
Merge pull request #24498 from epicfaace/patch-1
Add "and"
2 parents 2ebd8a7 + 511c92a commit dfc16b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 10
1313

1414
<!-- overview -->
1515

16-
A _Deployment_ provides declarative updates for {{< glossary_tooltip text="Pods" term_id="pod" >}}
16+
A _Deployment_ provides declarative updates for {{< glossary_tooltip text="Pods" term_id="pod" >}} and
1717
{{< glossary_tooltip term_id="replica-set" text="ReplicaSets" >}}.
1818

1919
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.

0 commit comments

Comments
 (0)