Merge pull request #32907 from Sea-n/fix-zh

[zh] Fix Markdown format
This commit is contained in:
Kubernetes Prow Robot
2022-04-15 03:31:10 -07:00
committed by GitHub
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