Fix unmatched closing paren

End of line 60 had a closing parenthesis, with no opening one to match. Probably left over from a previous version of the document
This commit is contained in:
Erik Bean
2017-02-13 13:25:40 -08:00
committed by mengyuan
parent e79c6662f5
commit fe9a0c1447
+1 -1
View File
@@ -57,7 +57,7 @@ Pods do not, by themselves, self-heal. If a Pod is scheduled to a Node that fail
### Pods and Controllers
A Controller can create and manage multiple Pods for you, handling replication and rollout and providing self-healing capabilities at cluster scope. For example, if a Node fails, the Controller might automatically replace the Pod by scheduling an identical replacement on a different Node).
A Controller can create and manage multiple Pods for you, handling replication and rollout and providing self-healing capabilities at cluster scope. For example, if a Node fails, the Controller might automatically replace the Pod by scheduling an identical replacement on a different Node.
Some examples of Controllers that contain one or more pods include: