Add colon to #3897
This commit is contained in:
@@ -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
|
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.
|
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
|
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.
|
an issue in the main Kubernetes repository, if your use case is not covered below.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user