fix docs style error (#12307)

fix docs style error
This commit is contained in:
Alan
2019-01-22 11:30:05 +08:00
committed by Kubernetes Prow Robot
parent a5c291e1d9
commit 08726b2b20
@@ -1053,12 +1053,15 @@ web-2 1/1 Running 0 10s
web-3 1/1 Running 0 26s
```
<!
<!--
The StatefulSet controller launched two new Pods, and it did not wait for
the first to become Running and Ready prior to launching the second.
-->
<!--
Keep this terminal open, and in another terminal delete the `web` StatefulSet.
-->
StatefulSet 控制器启动了两个新的 Pod,而且在启动第二个之前并没有等待第一个变成 Running 和 Ready 状态。
保持这个终端打开,并在另一个终端删除 `web` StatefulSet。