Skip to content

Commit 3bbffad

Browse files
authored
Merge pull request #32907 from Sea-n/fix-zh
[zh] Fix Markdown format
2 parents b61c0d6 + f8b15c9 commit 3bbffad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/zh/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ For example, consider the following Pod spec:
310310

311311
例如,考虑下面的 Pod 规约:
312312

313-
{{<codenew file="pods/pod-with-affinity-anti-affinity.yaml">}}
313+
{{< codenew file="pods/pod-with-affinity-anti-affinity.yaml" >}}
314314

315315
<!--
316316
If there are two possible nodes that match the

content/zh/docs/reference/access-authn-authz/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kube-apiserver --authorization-mode=Example,RBAC --<其他选项> --<其他选
5050
The RBAC API declares four kinds of Kubernetes object: _Role_, _ClusterRole_,
5151
_RoleBinding_ and _ClusterRoleBinding_. You can
5252
[describe objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects),
53-
or amend them, using tools such as `kubectl,` just like any other Kubernetes object.
53+
or amend them, using tools such as `kubectl`, just like any other Kubernetes object.
5454
5555
-->
5656
## API 对象 {#api-overview}

content/zh/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ kubelet 可以配置为使用该协议来执行应用活跃性检查。
358358

359359
下面是一个示例清单:
360360

361-
{{< codenew file="pods/probe/grpc-liveness.yaml">}}
361+
{{< codenew file="pods/probe/grpc-liveness.yaml" >}}
362362

363363
<!--
364364
To use a gRPC probe, `port` must be configured. If the health endpoint is configured

content/zh/docs/tasks/run-application/run-replicated-stateful-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ kubectl get pod mysql-2
530530
<!--
531531
Look for `1/2` in the `READY` column:
532532
-->
533-
`READY` 列中查找 ` 1/2`
533+
`READY` 列中查找 `1/2`
534534

535535
```
536536
NAME READY STATUS RESTARTS AGE

0 commit comments

Comments
 (0)