Remove redundant parenthesis (#9681)

Closes: #9665
This commit is contained in:
Qiming
2018-08-01 06:13:38 +08:00
committed by k8s-ci-robot
parent 53228de1e3
commit 80e659ce9f
@@ -146,7 +146,7 @@ Pods aren't intended to be treated as durable entities. They won't survive sched
In general, users shouldn't need to create pods directly. They should almost In general, users shouldn't need to create pods directly. They should almost
always use controllers even for singletons, for example, always use controllers even for singletons, for example,
[Deployments](/docs/concepts/workloads/controllers/deployment/)). [Deployments](/docs/concepts/workloads/controllers/deployment/).
Controllers provide self-healing with a cluster scope, as well as replication Controllers provide self-healing with a cluster scope, as well as replication
and rollout management. and rollout management.
Controllers like [StatefulSet](/docs/concepts/workloads/controllers/statefulset.md) Controllers like [StatefulSet](/docs/concepts/workloads/controllers/statefulset.md)