[zh] Fix Markdown format

This commit is contained in:
Sean Wei
2022-04-15 16:47:31 +08:00
parent 0d171a1c23
commit f8b15c9bea
4 changed files with 4 additions and 4 deletions
@@ -358,7 +358,7 @@ kubelet 可以配置为使用该协议来执行应用活跃性检查。
下面是一个示例清单:
{{< codenew file="pods/probe/grpc-liveness.yaml">}}
{{< codenew file="pods/probe/grpc-liveness.yaml" >}}
<!--
To use a gRPC probe, `port` must be configured. If the health endpoint is configured
@@ -530,7 +530,7 @@ kubectl get pod mysql-2
<!--
Look for `1/2` in the `READY` column:
-->
`READY` 列中查找 ` 1/2`
`READY` 列中查找 `1/2`
```
NAME READY STATUS RESTARTS AGE