From 15926508f3a3b3144c5f7b3b6289b1660cf71382 Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Sun, 24 Apr 2022 03:30:33 +0800 Subject: [PATCH] [zh]Fix format --- .../tools/kubeadm/ha-topology.md | 2 +- .../access-application-cluster/ingress-minikube.md | 14 +++++++------- .../tasks/run-application/access-api-from-pod.md | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md b/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md index fb41278c42..278cadea23 100644 --- a/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md +++ b/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md @@ -9,7 +9,7 @@ weight: 50 --- reviewers: - sig-cluster-lifecycle -title: Options for Highly Available topology +title: Options for Highly Available Topology content_type: concept weight: 50 --- diff --git a/content/zh/docs/tasks/access-application-cluster/ingress-minikube.md b/content/zh/docs/tasks/access-application-cluster/ingress-minikube.md index 139123e8e2..f23f138210 100644 --- a/content/zh/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/zh/docs/tasks/access-application-cluster/ingress-minikube.md @@ -357,13 +357,13 @@ The following manifest defines an Ingress that sends traffic to your Service via ```yaml - - path: /v2 - pathType: Prefix - backend: - service: - name: web2 - port: - number: 8080 + - path: /v2 + pathType: Prefix + backend: + service: + name: web2 + port: + number: 8080 ```