Skip to content

Commit 1592650

Browse files
committed
[zh]Fix format
1 parent cbc2234 commit 1592650

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 50
99
---
1010
reviewers:
1111
- sig-cluster-lifecycle
12-
title: Options for Highly Available topology
12+
title: Options for Highly Available Topology
1313
content_type: concept
1414
weight: 50
1515
---

content/zh/docs/tasks/access-application-cluster/ingress-minikube.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -357,13 +357,13 @@ The following manifest defines an Ingress that sends traffic to your Service via
357357

358358

359359
```yaml
360-
- path: /v2
361-
pathType: Prefix
362-
backend:
363-
service:
364-
name: web2
365-
port:
366-
number: 8080
360+
- path: /v2
361+
pathType: Prefix
362+
backend:
363+
service:
364+
name: web2
365+
port:
366+
number: 8080
367367
```
368368
369369
<!--

content/zh/docs/tasks/run-application/access-api-from-pod.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Kubernetes API 服务器。也就是说,Pod 可以使用 `kubernetes.default.s
9393

9494
<!--
9595
The recommended way to authenticate to the API server is with a
96-
[service account](/docs/tasks/configure-pod-container/configure-service-account/) credential. By default, a Pod
96+
[service account](/docs/tasks/configure-pod-container/configure-service-account/)
97+
credential. By default, a Pod
9798
is associated with a service account, and a credential (token) for that
9899
service account is placed into the filesystem tree of each container in that Pod,
99100
at `/var/run/secrets/kubernetes.io/serviceaccount/token`.

0 commit comments

Comments
 (0)