From 5b26c42be536917164048d477a2ec03b632cc1a8 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Wed, 31 May 2017 10:39:50 -0700 Subject: [PATCH] Add colon to #3897 --- 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 be776f87a2622..f2c16958ee1a2 100644 --- a/docs/concepts/workloads/controllers/deployment.md +++ b/docs/concepts/workloads/controllers/deployment.md @@ -18,7 +18,7 @@ You only need to describe the desired state in a Deployment object, and the Depl change the actual state to the desired state at a controlled rate for you. You can define Deployments to create new ReplicaSets, or remove existing Deployments and adopt all of their resources with new Deployments. -**Note** You should not manage ReplicaSets owned by a Deployment, otherwise you are racing with the Deployment +**Note:** You should not manage ReplicaSets owned by a Deployment, otherwise you are racing with the Deployment controller! All of the use cases should be covered just by manipulating the Deployment object. Consider opening an issue in the main Kubernetes repository, if your use case is not covered below.