From 36d5dbd8874179190f0fc84db50cb3126a7feaf2 Mon Sep 17 00:00:00 2001 From: wangwei Date: Thu, 18 Nov 2021 20:23:59 +0800 Subject: [PATCH] Update debug-pod-replication-controller.md Add English and Chinese spaces --- .../debug-pod-replication-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md b/content/zh/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md index d3de42728c..749091bfbc 100644 --- a/content/zh/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md +++ b/content/zh/docs/tasks/debug-application-cluster/debug-pod-replication-controller.md @@ -127,7 +127,7 @@ the pod can be scheduled. In most cases, `hostPort` is unnecessary; try using a service object to expose your pod. If you do require `hostPort` then you can only schedule as many pods as there are nodes in your container cluster. --> -#### 使用hostPort +#### 使用 hostPort 当你将一个 Pod 绑定到某 `hostPort` 时,这个 Pod 能被调度的位置数量有限。 在大多数情况下,`hostPort` 是不必要的; 尝试使用服务对象来暴露你的 Pod。